org.jvnet.substance.combo
Class SubstanceComboBoxEditor.UIResource

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

public static class SubstanceComboBoxEditor.UIResource
extends SubstanceComboBoxEditor
implements javax.swing.plaf.UIResource

Combobox editor that implements the marker UIResource interface.

Author:
Kirill Grouchnikov

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jvnet.substance.combo.SubstanceComboBoxEditor
SubstanceComboBoxEditor.UIResource
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
SubstanceComboBoxEditor.UIResource()
           
 
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.UIResource

public SubstanceComboBoxEditor.UIResource()