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

class PlasticComboBoxEditor extends 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 inner MarginBorder.

Version:
$Revision: 1.11 $