java.awt
public interface ItemSelectable
Since: 1.0
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
void | addItemListener(ItemListener listener)
Adds an item listener to this object. |
Object[] | getSelectedObjects()
Returns the list of objects that are selected in this component.
|
void | removeItemListener(ItemListener listener)
Removes an item listener from this object.
|
Parameters: listener the item listener to add
Returns: the list of selected objects, or null
Parameters: listener the item listener to remove