Package com.jgoodies.looks.plastic
Class PlasticComboBoxEditor
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxEditor
com.jgoodies.looks.plastic.PlasticComboBoxEditor
- All Implemented Interfaces:
FocusListener
,EventListener
,ComboBoxEditor
- Direct Known Subclasses:
PlasticComboBoxEditor.UIResource
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 inner MarginBorder
.
- Version:
- $Revision: 1.11 $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
A subclass of BasicComboBoxEditor that implements UIResource. -
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll
-
Constructor Details
-
PlasticComboBoxEditor
PlasticComboBoxEditor(boolean isTableCellEditor)
-
-
Method Details
-
setItem
- Specified by:
setItem
in interfaceComboBoxEditor
- Overrides:
setItem
in classBasicComboBoxEditor
-