Package ghidra.framework.options
Class WrappedCustomOption
java.lang.Object
ghidra.framework.options.WrappedCustomOption
- All Implemented Interfaces:
WrappedOption
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the object that is the property value.boolean
isValid()
void
Concrete subclass of WrappedOption should read all of its state from the given saveState object.void
writeState
(SaveState saveState) Concrete subclass of WrappedOption should write all of its state to the given saveState object.
-
Constructor Details
-
WrappedCustomOption
-
WrappedCustomOption
public WrappedCustomOption()
-
-
Method Details
-
readState
Description copied from interface:WrappedOption
Concrete subclass of WrappedOption should read all of its state from the given saveState object.- Specified by:
readState
in interfaceWrappedOption
- Parameters:
saveState
- container of state information
-
isValid
public boolean isValid() -
writeState
Description copied from interface:WrappedOption
Concrete subclass of WrappedOption should write all of its state to the given saveState object.- Specified by:
writeState
in interfaceWrappedOption
- Parameters:
saveState
- container of state information
-
getObject
Description copied from interface:WrappedOption
Get the object that is the property value.- Specified by:
getObject
in interfaceWrappedOption
-
getOptionType
- Specified by:
getOptionType
in interfaceWrappedOption
-