addedmethod:
getIndex
long getIndex(long pageID, short offset)
addedmethod:
getOrCreatePage
ghidra.util.prop.PropertyPage getOrCreatePage(long pageID)
addedmethod:
getPage
ghidra.util.prop.PropertyPage getPage(long pageId)
addedmethod:
getPageID
long getPageID(long index)
addedmethod:
moveIndex
void moveIndex(long from, long to)
addedfield:
noValueException
static ghidra.util.exception.NoValueException noValueException
addedmethod:
restoreProperty
void restoreProperty(java.io.ObjectInputStream ois, long addr) throws IOException, ClassNotFoundException
addedmethod:
saveProperty
void saveProperty(java.io.ObjectOutputStream oos, long addr) throws IOException