com.birosoft.liquid
Class LiquidComboBoxEditor

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by com.birosoft.liquid.LiquidComboBoxEditor
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor
Direct Known Subclasses:
LiquidComboBoxEditor.UIResource

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

The standard editor for a combo box


Nested Class Summary
static class LiquidComboBoxEditor.UIResource
          A subclass of BasicComboBoxEditor that implements UIResource.
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
LiquidComboBoxEditor()
           
 
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

LiquidComboBoxEditor

public LiquidComboBoxEditor()