public interface ListItem
Modifier and Type | Method and Description |
---|---|
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.
|