biouml.standard.filter
Class ActionEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bycom.beanexplorer.editors.CustomEditorSupport
          extended bybiouml.standard.filter.ActionEditor
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.beans.PropertyEditor, com.beanexplorer.editors.PropertyEditorEx

public class ActionEditor
extends com.beanexplorer.editors.CustomEditorSupport


Nested Class Summary
static class ActionEditor.ActionComboBox
           
static class ActionEditor.ActionRenderer
           
 
Field Summary
protected  ActionEditor.ActionComboBox editor
           
protected static java.awt.Font font
           
protected static int REN_WIDTH
           
protected static ActionEditor.ActionRenderer renderer
           
 
Fields inherited from class com.beanexplorer.editors.CustomEditorSupport
bean, descriptor
 
Constructor Summary
ActionEditor()
           
 
Method Summary
 java.awt.Component getCustomEditor()
           
 java.awt.Component getCustomRenderer(java.awt.Component parent, boolean isSelected, boolean hasFocus)
           
protected  java.lang.Object processValue()
           
 
Methods inherited from class com.beanexplorer.editors.CustomEditorSupport
actionPerformed, getBean, getCustomEditor, getDescriptor, isPaintable, setBean, setColor, setDescriptor, supportsCustomEditor
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getTags, getValue, paintValue, removePropertyChangeListener, setAsText, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getJavaInitializationString, getTags, getValue, paintValue, removePropertyChangeListener, setAsText, setValue
 

Field Detail

renderer

protected static ActionEditor.ActionRenderer renderer

editor

protected ActionEditor.ActionComboBox editor

font

protected static java.awt.Font font

REN_WIDTH

protected static int REN_WIDTH
Constructor Detail

ActionEditor

public ActionEditor()
Method Detail

getCustomRenderer

public java.awt.Component getCustomRenderer(java.awt.Component parent,
                                            boolean isSelected,
                                            boolean hasFocus)

getCustomEditor

public java.awt.Component getCustomEditor()

processValue

protected java.lang.Object processValue()


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.