HEADER

biouml.editor
Class SearchOptionsBeanInfo.DiagramTypeEditor

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

public static class SearchOptionsBeanInfo.DiagramTypeEditor
extends SearchOptionsBeanInfo.TypeEditor


Method Summary
 String[]getTags()
          Returns an array of String representation of Integer values (enum values).

Methods inherited from class biouml.editor.SearchOptionsBeanInfo.TypeEditor
getAsText, getBean, getCustomEditor, getCustomRenderer, setAsText, setBean

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

getTags

public String[] getTags()
Returns an array of String representation of Integer values (enum values). This method is used for filling values of combo box editor. If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
Returns: The tag values for this property. May be null if this property cannot be represented as a tagged value.

FOOTER

BOTTOM