HEADER

biouml.model
Class DiagramFilterActionEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.beanexplorer.editors.TagEditorSupport
              |
              +--biouml.model.DiagramFilterActionEditor

public class DiagramFilterActionEditor
extends TagEditorSupport

DiagramFilterActionEditor allows a user select Site basis from the combobox with the predefined values. This values are defined in SiteMessagesBundle with key "BASIS_TYPES".


Constructor Summary
DiagramFilterActionEditor()
           

Methods inherited from class com.beanexplorer.editors.TagEditorSupport
getAsText, setAsText, getTags

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

Constructor Detail

DiagramFilterActionEditor

public DiagramFilterActionEditor()

FOOTER

BOTTOM