All Implemented Interfaces:
BindablePropertyEditor, ActionListener, PropertyEditor, EventListener

public class SwingEnumEditor extends SwingEditorSupport implements ActionListener, BindablePropertyEditor
A property editor for a swing enumerated type. Handles the case in which the PropertyDescriptor has a value for "enumerationValues". Note: the init() method must be called before the set/get methods can be called.
  • Field Details

  • Constructor Details

    • SwingEnumEditor

      public SwingEnumEditor()
  • Method Details