common.gui
Interface ListItem


public interface ListItem

An item in a GUI list control.


Method Summary
 java.lang.Object getActualItem()
          Returns the actual item.
 javax.swing.Icon getIcon()
          Returns the icon for the item.
 java.lang.String getLabel()
          Returns the label for the item.
 

Method Detail

getLabel

java.lang.String getLabel()
Returns the label for the item.


getIcon

javax.swing.Icon getIcon()
Returns the icon for the item.


getActualItem

java.lang.Object getActualItem()
Returns the actual item.