HEADER

ru.biosoft.graphics.font
Class FontEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.beanexplorer.editors.CustomEditorSupport
              |
              +--ru.biosoft.graphics.font.FontEditor

public class FontEditor
extends CustomEditorSupport


Method Summary
 ComponentgetCustomEditor()
           
 ComponentgetCustomRenderer(Component parent, boolean isSelected, boolean hasFocus)
           

Methods inherited from class com.beanexplorer.editors.CustomEditorSupport
isPaintable, getCustomEditor, supportsCustomEditor, actionPerformed, focusGained, focusLost, getBean, setBean, setColor

Methods inherited from class java.beans.PropertyEditorSupport
setValue, getValue, paintValue, getJavaInitializationString, getAsText, setAsText, getTags, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Method Detail

getCustomEditor

public Component getCustomEditor()

getCustomRenderer

public Component getCustomRenderer(Component parent, boolean isSelected, boolean hasFocus)

Association Links

to Class javax.swing.JLabel


FOOTER

BOTTOM