be.ugent.caagt.swirl.lists
Interface CellListCellValue
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.
getCellIcon
public Icon getCellIcon()
Return the icon to be displayed when not selected.
getCellSelectedIcon
public Icon getCellSelectedIcon()
Return the icon to be displayed when selected.
getCellText
public String getCellText()
Return the text to be displayed.
getCellToolTipText
public String getCellToolTipText()
Return tool tip text for this value.