Package com.jgoodies.looks.plastic
Class PlasticComboBoxEditor.UIResource
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxEditor
com.jgoodies.looks.plastic.PlasticComboBoxEditor
com.jgoodies.looks.plastic.PlasticComboBoxEditor.UIResource
- All Implemented Interfaces:
FocusListener
,EventListener
,ComboBoxEditor
,UIResource
- Enclosing class:
PlasticComboBoxEditor
static final class PlasticComboBoxEditor.UIResource
extends PlasticComboBoxEditor
implements UIResource
A subclass of BasicComboBoxEditor that implements UIResource.
BasicComboBoxEditor and PlasticComboBoxEditor don't implement UIResource
directly so that applications can safely override the cellRenderer
property with BasicListCellRenderer subclasses.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.jgoodies.looks.plastic.PlasticComboBoxEditor
PlasticComboBoxEditor.UIResource
-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jgoodies.looks.plastic.PlasticComboBoxEditor
setItem
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll
-
Constructor Details
-
UIResource
UIResource(boolean isTableCellEditor)
-