Package ghidra.framework.options
Class EditorState
java.lang.Object
ghidra.framework.options.EditorState
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyNonDefaults
(Options save) void
boolean
getTitle()
int
hashCode()
boolean
hasSameValue
(Options compareTo) boolean
void
void
boolean
Returns 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:
propertyChange
in 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
-