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
 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

getCellText

java.lang.String getCellText()
Return the text to be displayed.


getCellIcon

javax.swing.Icon getCellIcon()
Return the icon to be displayed when not selected.


getCellSelectedIcon

javax.swing.Icon getCellSelectedIcon()
Return the icon to be displayed when selected.


getCellToolTipText

java.lang.String getCellToolTipText()
Return tool tip text for this value.