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.BasicComboBoxEditor
The default editor for editable combo boxes in the JGoodies Plastic Look&Feel.It differs from
MetalComboBoxEditor
in 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 class
PlasticComboBoxEditor.UIResource
A 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 void
setItem(java.lang.Object item)
-