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.
- Version:
- $Revision: 1.11 $
-
Nested Class Summary
Nested classes/interfaces inherited from class PlasticComboBoxEditor
PlasticComboBoxEditor.UIResource -
Field Summary
Fields inherited from class BasicComboBoxEditor
editor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PlasticComboBoxEditor
setItemMethods inherited from class BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll
-
Constructor Details
-
UIResource
UIResource(boolean isTableCellEditor)
-