|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.swing
Interface ListCellRenderer

- All Known Implementing Classes:
- DefaultCellRenderer, DefaultListCellRenderer
- public interface ListCellRenderer
Renders the cells of a JList.
| Method Summary | |
java.awt.Component |
getListCellRendererComponent(JList list,
java.lang.Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
|
| Method Detail |
getListCellRendererComponent
public java.awt.Component getListCellRendererComponent(JList list, java.lang.Object value, int index, boolean isSelected, boolean cellHasFocus)
|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC