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.

Method Summary

Icon
getCellIcon()
Return the icon to be displayed when not selected.
Icon
getCellSelectedIcon()
Return the icon to be displayed when selected.
String
getCellText()
Return the text to be displayed.
String
getCellToolTipText()
Return tool tip text for this value.

Method Details

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.