Package ghidra.framework.options
Class Option
java.lang.Object
ghidra.framework.options.Option
- Direct Known Subclasses:
ThemeColorOption
,ThemeFontOption
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Option
(String name, OptionType optionType, String description, HelpLocation helpLocation, Object defaultValue, boolean isRegistered, PropertyEditor editor) -
Method Summary
Modifier and TypeMethodDescriptionabstract void
doSetCurrentValue
(Object value) abstract Object
getName()
boolean
boolean
void
void
setCurrentValue
(Object value) toString()
-
Field Details
-
UNREGISTERED_OPTION
- See Also:
-
-
Constructor Details
-
Option
protected Option(String name, OptionType optionType, String description, HelpLocation helpLocation, Object defaultValue, boolean isRegistered, PropertyEditor editor)
-
-
Method Details
-
getCurrentValue
-
doSetCurrentValue
-
setCurrentValue
-
getName
-
getPropertyEditor
-
getHelpLocation
-
getDescription
-
getValue
-
isRegistered
public boolean isRegistered() -
restoreDefault
public void restoreDefault() -
isDefault
public boolean isDefault() -
toString
-
getDefaultValue
-
getInceptionInformation
-
getOptionType
-