HEADER

ru.biosoft.graphics
Class BrushEditor

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

public class BrushEditor
extends ColorEditor


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

Methods inherited from class com.beanexplorer.editors.ColorEditor
paintValue

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, 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)

FOOTER

BOTTOM