|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Renders an item in a list.
Nested Class Summary | |
static interface |
ListCellRenderer.StyledListCell
A representation of a rendererd item within a list that conatins color and font information. |
Method Summary | |
java.lang.Object |
getListCellRendererComponent(Component list,
java.lang.Object value,
int index)
Renders an item in a list. |
Method Detail |
public java.lang.Object getListCellRendererComponent(Component list, java.lang.Object value, int index)
list
- The list component, e.g. a SelectField
or
ListBox
.value
- The value of the list itme.index
- The index of the item in the list.
StyledListCell
.
|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |