HEADER

biouml.editor
Class FilteringSettingsBeanInfo.TypeEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.beanexplorer.editors.TagEditorSupport
              |
              +--biouml.editor.FilteringSettingsBeanInfo.TypeEditor

public static class FilteringSettingsBeanInfo.TypeEditor
extends TagEditorSupport
implements PropertyEditorEx


Method Summary
 StringgetAsText()
           
 ObjectgetBean()
           
 ComponentgetCustomEditor(Component parent, boolean isSelected)
           
 ComponentgetCustomRenderer(Component parent, boolean isSelected, boolean hasFocus)
           
 String[]getTags()
           
 voidsetAsText(String text)
           
 voidsetBean(Object bean)
           

Methods inherited from class java.beans.PropertyEditorSupport
setValue, getValue, isPaintable, paintValue, getJavaInitializationString, getCustomEditor, supportsCustomEditor, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange

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

Method Detail

getAsText

public String getAsText()

getBean

public Object getBean()

getCustomEditor

public Component getCustomEditor(Component parent, boolean isSelected)

getCustomRenderer

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

getTags

public String[] getTags()

setAsText

public void setAsText(String text)

setBean

public void setBean(Object bean)

FOOTER

BOTTOM