org.ocd.dcf.property.editor
Class FontEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--org.ocd.dcf.property.editor.EditorSupport
|
+--org.ocd.dcf.property.editor.FontEditor
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.beans.PropertyEditor
- public class FontEditor
- extends EditorSupport
- implements java.awt.event.ActionListener
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getTags, getValue, removePropertyChangeListener, setAsText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontEditor
public FontEditor()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- ActionListener handler for all component events.
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
setValue
public void setValue(java.lang.Object value)
- Description copied from class:
EditorSupport
- Set the Value of this Property
- Overrides:
setValue
in class EditorSupport
- Following copied from class:
org.ocd.dcf.property.editor.EditorSupport
- Parameters:
pValue
- new Value
isPaintable
public boolean isPaintable()
- Overrides:
isPaintable
in class java.beans.PropertyEditorSupport
paintValue
public void paintValue(java.awt.Graphics g,
java.awt.Rectangle rect)
- Overrides:
paintValue
in class java.beans.PropertyEditorSupport
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- Overrides:
getJavaInitializationString
in class java.beans.PropertyEditorSupport