Package com.jgoodies.looks.plastic
Class PlasticComboBoxEditor
- java.lang.Object
-
- javax.swing.plaf.basic.BasicComboBoxEditor
-
- com.jgoodies.looks.plastic.PlasticComboBoxEditor
-
- All Implemented Interfaces:
java.awt.event.FocusListener,java.util.EventListener,javax.swing.ComboBoxEditor
- Direct Known Subclasses:
PlasticComboBoxEditor.UIResource
class PlasticComboBoxEditor extends javax.swing.plaf.basic.BasicComboBoxEditorThe default editor for editable combo boxes in the JGoodies Plastic Look&Feel.It differs from
MetalComboBoxEditorin that the border is quite the same as for text fields: a compound border with an innerMarginBorder.- Version:
- $Revision: 1.11 $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classPlasticComboBoxEditor.UIResourceA subclass of BasicComboBoxEditor that implements UIResource.
-
Constructor Summary
Constructors Constructor Description PlasticComboBoxEditor(boolean isTableCellEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetItem(java.lang.Object item)
-