ButtonModel
AbstractButton
, BasicArrowButton
, Checkbox
, CheckboxMenuItem
, Choice
, DefaultButtonModel
, JButton
, JCheckBox
, JCheckBoxMenuItem
, JComboBox
, JMenu
, JMenuItem
, JRadioButton
, JRadioButtonMenuItem
, JToggleButton
, JToggleButton.ToggleButtonModel
, List
, MetalComboBoxButton
, MetalScrollButton
public interface ItemSelectable
The interface for objects which contain a set of items for which zero or more can be selected.
void
Adds a listener to receive item events when the state of an item is changed by the user.
Returns the selected items or null
if no items are selected.
void
Removes an item listener.
()
Returns the selected items or null
if no items are selected.
null
Adds a listener to receive item events when the state of an item is changed by the user. Item events are not sent when an item's state is set programmatically. If l
is null
, no exception is thrown and no action is performed.
l
- the listener to receive events
Removes an item listener. If l
is null
, no exception is thrown and no action is performed.
l
- the listener being removed
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4