All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicListCellRenderer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JLabel
                                   |
                                   +----com.sun.java.swing.basic.BasicListCellRenderer

public class BasicListCellRenderer
extends JLabel
implements ListCellRenderer, Serializable

Variable Index

 o defaultCellBackground
 o defaultCellForeground
 o leadRowHighlight
 o selectedCellBackground
 o selectedCellForeground

Constructor Index

 o BasicListCellRenderer()

Method Index

 o getListCellRendererComponent(JList, Object, int, boolean, boolean)

Variables

 o selectedCellBackground
 protected static final Color selectedCellBackground
 o selectedCellForeground
 protected static final Color selectedCellForeground
 o defaultCellBackground
 protected static final Color defaultCellBackground
 o defaultCellForeground
 protected static final Color defaultCellForeground
 o leadRowHighlight
 protected static final Color leadRowHighlight

Constructors

 o BasicListCellRenderer
 public BasicListCellRenderer()

Methods

 o getListCellRendererComponent
 public Component getListCellRendererComponent(JList list,
                                               Object value,
                                               int index,
                                               boolean isSelected,
                                               boolean cellHasFocus)

All Packages  Class Hierarchy  This Package  Previous  Next  Index