Package docking.options.editor
Class StringWithChoicesEditor
java.lang.Object
java.beans.PropertyEditorSupport
docking.options.editor.StringWithChoicesEditor
- All Implemented Interfaces:
PropertyEditor
-
Constructor Summary
ConstructorsConstructorDescriptionStringWithChoicesEditor(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:
setValuein interfacePropertyEditor- Overrides:
setValuein classPropertyEditorSupport
-
getValue
- Specified by:
getValuein interfacePropertyEditor- Overrides:
getValuein classPropertyEditorSupport
-
getTags
- Specified by:
getTagsin interfacePropertyEditor- Overrides:
getTagsin classPropertyEditorSupport
-
getAsText
- Specified by:
getAsTextin interfacePropertyEditor- Overrides:
getAsTextin classPropertyEditorSupport
-
setAsText
- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport
-
setChoices
-