Package docking.options.editor
Class StringWithChoicesEditor
java.lang.Object
java.beans.PropertyEditorSupport
docking.options.editor.StringWithChoicesEditor
- All Implemented Interfaces:
PropertyEditor
-
Constructor Summary
ConstructorDescriptionStringWithChoicesEditor
(String[] choices) StringWithChoicesEditor
(List<String> choices) -
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
-
Constructor Details
-
StringWithChoicesEditor
-
StringWithChoicesEditor
-
-
Method Details
-
setValue
- Specified by:
setValue
in interfacePropertyEditor
- Overrides:
setValue
in classPropertyEditorSupport
-
getValue
- Specified by:
getValue
in interfacePropertyEditor
- Overrides:
getValue
in classPropertyEditorSupport
-
getTags
- Specified by:
getTags
in interfacePropertyEditor
- Overrides:
getTags
in classPropertyEditorSupport
-
getAsText
- Specified by:
getAsText
in interfacePropertyEditor
- Overrides:
getAsText
in classPropertyEditorSupport
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
-
setChoices
-