Package docking.options.editor
Class FontPropertyEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- docking.options.editor.FontPropertyEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class FontPropertyEditor extends java.beans.PropertyEditorSupport
This Bean FontEditor displays a String with the current selected font name, style and size attributes.
-
-
Constructor Summary
Constructors Constructor Description FontPropertyEditor()
The default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Component
getCustomEditor()
java.lang.Object
getValue()
void
setValue(java.lang.Object o)
void
showDialog()
boolean
supportsCustomEditor()
-
-
-
Method Detail
-
showDialog
public void showDialog()
-
setValue
public void setValue(java.lang.Object o)
- Specified by:
setValue
in interfacejava.beans.PropertyEditor
- Overrides:
setValue
in classjava.beans.PropertyEditorSupport
-
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interfacejava.beans.PropertyEditor
- Overrides:
getValue
in classjava.beans.PropertyEditorSupport
-
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor
in interfacejava.beans.PropertyEditor
- Overrides:
supportsCustomEditor
in classjava.beans.PropertyEditorSupport
-
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
getCustomEditor
in interfacejava.beans.PropertyEditor
- Overrides:
getCustomEditor
in classjava.beans.PropertyEditorSupport
-
-