Package ghidra.framework.options
Class EditorState
java.lang.Object
ghidra.framework.options.EditorState
- All Implemented Interfaces:
PropertyChangeListener,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyNonDefaults(Options save) voidbooleangetTitle()inthashCode()booleanhasSameValue(Options compareTo) booleanvoidvoidbooleanReturns true if the contained PropertyEditor desired to render and handle it's options directly, as opposed to using the generic framework.toString()
-
Constructor Details
-
EditorState
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-
isValueChanged
public boolean isValueChanged() -
applyNonDefaults
-
loadFrom
-
hasSameValue
-
applyValue
public void applyValue() -
supportsCustomOptionsEditor
public boolean supportsCustomOptionsEditor()Returns true if the contained PropertyEditor desired to render and handle it's options directly, as opposed to using the generic framework.- Returns:
- true if the contained PropertyEditor desired to render and handle it's options directly, as opposed to using the generic framework.
-
getEditorComponent
-
getTitle
-
getDescription
-
toString
-