Package docking.options.editor
Class ColorPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
docking.options.editor.ColorPropertyEditor
- All Implemented Interfaces:
PropertyEditor
Property Editor for Colors. Uses a
GhidraColorChooser
as its custom component-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
boolean
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource
-
Constructor Details
-
ColorPropertyEditor
public ColorPropertyEditor()
-
-
Method Details
-
getCustomEditor
- Specified by:
getCustomEditor
in interfacePropertyEditor
- Overrides:
getCustomEditor
in classPropertyEditorSupport
-
saveState
public void saveState() -
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditor
in interfacePropertyEditor
- Overrides:
supportsCustomEditor
in classPropertyEditorSupport
-
setValue
- Specified by:
setValue
in interfacePropertyEditor
- Overrides:
setValue
in classPropertyEditorSupport
-