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


Fields inherited from class org.ocd.dcf.property.editor.EditorSupport
MEDIUM_DIMENSION, panel, SMALL_DIMENSION
 
Constructor Summary
FontEditor()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          ActionListener handler for all component events.
 java.lang.String getJavaInitializationString()
           
 boolean isPaintable()
           
 void paintValue(java.awt.Graphics g, java.awt.Rectangle rect)
           
 void setValue(java.lang.Object value)
          Set the Value of this Property
 
Methods inherited from class org.ocd.dcf.property.editor.EditorSupport
getCustomEditor, init, setAlignment, supportsCustomEditor
 
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
 

Constructor Detail

FontEditor

public FontEditor()
Method Detail

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