public static class

BasicComboBoxRenderer.UIResource

extends BasicComboBoxRenderer
implements 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

Class Overview

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.

Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.SwingConstants
[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicComboBoxRenderer
From class javax.swing.JLabel
From class javax.swing.JComponent
Public Constructors
BasicComboBoxRenderer.UIResource()
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicComboBoxRenderer
From class javax.swing.JLabel
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.ListCellRenderer

Public Constructors

public BasicComboBoxRenderer.UIResource ()