|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellListCellValue
Objects of this type are intended to be used as elements of
a CellList
.
This interface provides extra information
to a DefaultCellListCellRenderer
about which text and
what icon needs to be displayed in the corresponding cell.
Method Summary | |
---|---|
javax.swing.Icon |
getCellIcon()
Return the icon to be displayed when not selected. |
javax.swing.Icon |
getCellSelectedIcon()
Return the icon to be displayed when selected. |
java.lang.String |
getCellText()
Return the text to be displayed. |
java.lang.String |
getCellToolTipText()
Return tool tip text for this value. |
Method Detail |
---|
java.lang.String getCellText()
javax.swing.Icon getCellIcon()
javax.swing.Icon getCellSelectedIcon()
java.lang.String getCellToolTipText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |