Package ghidra.util
Class ManualViewerCommandEditor
java.lang.Object
java.beans.PropertyEditorSupport
ghidra.util.ManualViewerCommandEditor
- All Implemented Interfaces:
CustomOptionsEditor
,PropertyEditor
-
Constructor Summary
-
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource
-
Constructor Details
-
ManualViewerCommandEditor
public ManualViewerCommandEditor()
-
-
Method Details
-
getOptionDescriptions
Description copied from interface:CustomOptionsEditor
Gets the descriptions of the options that this editor is editing.- Specified by:
getOptionDescriptions
in interfaceCustomOptionsEditor
- Returns:
- the descriptions of the options that this editor is editing; may be null.
-
getOptionNames
Description copied from interface:CustomOptionsEditor
Gets the names of the options that this editor is editing.- Specified by:
getOptionNames
in interfaceCustomOptionsEditor
- Returns:
- the names of the options that this editor is editing; may not be null.
-
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditor
in interfacePropertyEditor
- Overrides:
supportsCustomEditor
in classPropertyEditorSupport
-
getCustomEditor
- Specified by:
getCustomEditor
in interfacePropertyEditor
- Overrides:
getCustomEditor
in classPropertyEditorSupport
-
setValue
- Specified by:
setValue
in interfacePropertyEditor
- Overrides:
setValue
in classPropertyEditorSupport
-
getValue
- Specified by:
getValue
in interfacePropertyEditor
- Overrides:
getValue
in classPropertyEditorSupport
-