Package ghidra.framework.options
Class EditorState
- java.lang.Object
-
- ghidra.framework.options.EditorState
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener,java.util.EventListener
public class EditorState extends java.lang.Object implements java.beans.PropertyChangeListener
-
-
Constructor Summary
Constructors Constructor Description EditorState(Options options, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyValue()booleanequals(java.lang.Object obj)java.lang.StringgetDescription()java.awt.ComponentgetEditorComponent()java.lang.StringgetTitle()inthashCode()booleanisValueChanged()voidpropertyChange(java.beans.PropertyChangeEvent evt)booleansupportsCustomOptionsEditor()Returns true if the contained PropertyEditor desired to render and handle it's options directly, as opposed to using the generic framework.
-
-
-
Constructor Detail
-
EditorState
public EditorState(Options options, java.lang.String name)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
-
isValueChanged
public boolean isValueChanged()
-
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
public java.awt.Component getEditorComponent()
-
getTitle
public java.lang.String getTitle()
-
getDescription
public java.lang.String getDescription()
-
-