JSR-209 (Final Release)

Uses of Interface
javax.swing.ListCellRenderer

Packages that use ListCellRenderer
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
 

Uses of ListCellRenderer in javax.swing
 

Fields in javax.swing declared as ListCellRenderer
protected  ListCellRenderer JComboBox.renderer
          This protected field is implementation specific.
 

Methods in javax.swing that return ListCellRenderer
 ListCellRenderer JList.getCellRenderer()
          Returns the object that renders the list items.
 ListCellRenderer JComboBox.getRenderer()
          Returns the renderer used to display the selected item in the JComboBox field.
 

Methods in javax.swing with parameters of type ListCellRenderer
 void JList.setCellRenderer(ListCellRenderer cellRenderer)
          Sets the delegate that's used to paint each cell in the list.
 void JComboBox.setRenderer(ListCellRenderer aRenderer)
          Sets the renderer that paints the list items and the item selected from the list in the JComboBox field.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.