Package ghidra.framework.options
Class WrappedCustomOption
java.lang.Object
ghidra.framework.options.WrappedCustomOption
- All Implemented Interfaces:
WrappedOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns Get the object that is the property value.Returns the option type.booleanisValid()voidSubclasses of WrappedOption should read all state from the given save state object.voidwriteState(SaveState saveState) Subclasses of WrappedOption should write all state to the given save state object.
-
Constructor Details
-
WrappedCustomOption
-
WrappedCustomOption
public WrappedCustomOption()
-
-
Method Details
-
readState
Description copied from interface:WrappedOptionSubclasses of WrappedOption should read all state from the given save state object.- Specified by:
readStatein interfaceWrappedOption- Parameters:
saveState- container of state information
-
isValid
public boolean isValid() -
writeState
Description copied from interface:WrappedOptionSubclasses of WrappedOption should write all state to the given save state object.- Specified by:
writeStatein interfaceWrappedOption- Parameters:
saveState- container of state information
-
getObject
Description copied from interface:WrappedOptionReturns Get the object that is the property value.- Specified by:
getObjectin interfaceWrappedOption- Returns:
- Get the object that is the property value
-
getOptionType
Description copied from interface:WrappedOptionReturns the option type.- Specified by:
getOptionTypein interfaceWrappedOption- Returns:
- the option type
-