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

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


getIcon

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


getActualItem

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