org.jvnet.substance.utils.combo
Class SubstanceComboBoxEditor

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by org.jvnet.substance.utils.combo.SubstanceComboBoxEditor
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor
Direct Known Subclasses:
SubstanceComboBoxEditor.UIResource

public class SubstanceComboBoxEditor
extends javax.swing.plaf.basic.BasicComboBoxEditor

Combobox editor.

Author:
Kirill Grouchnikov

Nested Class Summary
static class SubstanceComboBoxEditor.UIResource
          Combobox editor that implements the marker UIResource interface.
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
SubstanceComboBoxEditor()
          Creates a new editor.
 
Method Summary
 
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll, setItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstanceComboBoxEditor

public SubstanceComboBoxEditor()
Creates a new editor.