Package docking.options.editor
Class FontPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
docking.options.editor.FontPropertyEditor
- All Implemented Interfaces:
PropertyEditor
This Bean FontEditor displays a String with the current selected font name,
style and size attributes.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource
-
Constructor Details
-
FontPropertyEditor
public FontPropertyEditor()The default constructor.
-
-
Method Details
-
showDialog
public void showDialog() -
setValue
- Specified by:
setValuein interfacePropertyEditor- Overrides:
setValuein classPropertyEditorSupport
-
getValue
- Specified by:
getValuein interfacePropertyEditor- Overrides:
getValuein classPropertyEditorSupport
-
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditorin interfacePropertyEditor- Overrides:
supportsCustomEditorin classPropertyEditorSupport
-
getCustomEditor
- Specified by:
getCustomEditorin interfacePropertyEditor- Overrides:
getCustomEditorin classPropertyEditorSupport
-