API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. ListCellRenderer View Source
Author(s)
Hans Muller
Since
Version
1.19 11/17/05
Serial
Hierarchy
 ListCellRenderer
Subinterfaces
Description
public interface ListCellRenderer
  Identifies components that can be used as "rubber stamps" to paint the cells in a JList.
Methods
Hide/Show inherited methods
public Component getListCellRendererComponent (JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
  Return a component that has been configured to display the specified value.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar