Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 JComboBox.getRenderer()
          Returns the renderer used to display the selected item in the JComboBox field.
 ListCellRenderer JList.getCellRenderer()
          Returns the object that renders the list items.
 

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


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.