Package docking.options.editor
Class FontPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
docking.options.editor.FontPropertyEditor
- All Implemented Interfaces:
PropertyEditor
Property Editor for editing
Font
s-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource
-
Field Details
-
SAMPLE_STRING
- See Also:
-
-
Constructor Details
-
FontPropertyEditor
public FontPropertyEditor()
-
-
Method Details
-
getCustomEditor
- Specified by:
getCustomEditor
in interfacePropertyEditor
- Overrides:
getCustomEditor
in classPropertyEditorSupport
-
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditor
in interfacePropertyEditor
- Overrides:
supportsCustomEditor
in classPropertyEditorSupport
-
setValue
- Specified by:
setValue
in interfacePropertyEditor
- Overrides:
setValue
in classPropertyEditorSupport
-