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