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.PropertyEditorSupportThis 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.ComponentgetCustomEditor()java.lang.ObjectgetValue()voidsetValue(java.lang.Object o)voidshowDialog()booleansupportsCustomEditor()
-
-
-
Method Detail
-
showDialog
public void showDialog()
-
setValue
public void setValue(java.lang.Object o)
- Specified by:
setValuein interfacejava.beans.PropertyEditor- Overrides:
setValuein classjava.beans.PropertyEditorSupport
-
getValue
public java.lang.Object getValue()
- Specified by:
getValuein interfacejava.beans.PropertyEditor- Overrides:
getValuein classjava.beans.PropertyEditorSupport
-
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditorin interfacejava.beans.PropertyEditor- Overrides:
supportsCustomEditorin classjava.beans.PropertyEditorSupport
-
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
getCustomEditorin interfacejava.beans.PropertyEditor- Overrides:
getCustomEditorin classjava.beans.PropertyEditorSupport
-
-