javax.swing.plaf.basic
Class BasicComboBoxRenderer.UIResource
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--javax.swing.JComponent
|
+--javax.swing.JLabel
|
+--javax.swing.plaf.basic.BasicComboBoxRenderer
|
+--javax.swing.plaf.basic.BasicComboBoxRenderer.UIResource
- All Implemented Interfaces:
- Accessible, ImageObserver, ListCellRenderer, MenuContainer, Serializable, SwingConstants, UIResource
- Enclosing class:
- BasicComboBoxRenderer
- public static class BasicComboBoxRenderer.UIResource
- extends BasicComboBoxRenderer
- implements UIResource
A subclass of BasicComboBoxRenderer that implements UIResource.
BasicComboBoxRenderer doesn't implement UIResource
directly so that applications can safely override the
cellRenderer property with BasicListCellRenderer subclasses.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans package.
Please see XMLEncoder.