Uses of Interface
java.awt.event.ItemListener
Package
Description
Provides a collection of interfaces and classes that compose the Java Accessibility
Utilities.
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
-
Uses of ItemListener in com.sun.java.accessibility.util
Modifier and TypeFieldDescriptionprotected static ItemListener
AWTEventMonitor.itemListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.Modifier and TypeMethodDescriptionstatic void
AWTEventMonitor.addItemListener
(ItemListener l) Adds the specified listener to receive allITEM
events on each component instance in the Java Virtual Machine when they occur.static void
AWTEventMonitor.removeItemListener
(ItemListener l) Removes the specified listener so it no longer receivesITEM
events when they occur. -
Uses of ItemListener in java.awt
Modifier and TypeClassDescriptionclass
AWTEventMulticaster
implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in thejava.awt.event
package.protected class
This class implements accessibility support for theCheckbox
class.protected class
This class implements accessibility support for theList
class.Modifier and TypeMethodDescriptionstatic ItemListener
AWTEventMulticaster.add
(ItemListener a, ItemListener b) Adds item-listener-a with item-listener-b and returns the resulting multicast listener.Checkbox.getItemListeners()
Returns an array of all the item listeners registered on this checkbox.CheckboxMenuItem.getItemListeners()
Returns an array of all the item listeners registered on this checkbox menuitem.Choice.getItemListeners()
Returns an array of all the item listeners registered on this choice.List.getItemListeners()
Returns an array of all the item listeners registered on this list.static ItemListener
AWTEventMulticaster.remove
(ItemListener l, ItemListener oldl) Removes the old item-listener from item-listener-l and returns the resulting multicast listener.Modifier and TypeMethodDescriptionstatic ItemListener
AWTEventMulticaster.add
(ItemListener a, ItemListener b) Adds item-listener-a with item-listener-b and returns the resulting multicast listener.void
Checkbox.addItemListener
(ItemListener l) Adds the specified item listener to receive item events from this check box.void
CheckboxMenuItem.addItemListener
(ItemListener l) Adds the specified item listener to receive item events from this check box menu item.void
Choice.addItemListener
(ItemListener l) Adds the specified item listener to receive item events from thisChoice
menu.void
ItemSelectable.addItemListener
(ItemListener l) Adds a listener to receive item events when the state of an item is changed by the user.void
List.addItemListener
(ItemListener l) Adds the specified item listener to receive item events from this list.static ItemListener
AWTEventMulticaster.remove
(ItemListener l, ItemListener oldl) Removes the old item-listener from item-listener-l and returns the resulting multicast listener.void
Checkbox.removeItemListener
(ItemListener l) Removes the specified item listener so that the item listener no longer receives item events from this check box.void
CheckboxMenuItem.removeItemListener
(ItemListener l) Removes the specified item listener so that it no longer receives item events from this check box menu item.void
Choice.removeItemListener
(ItemListener l) Removes the specified item listener so that it no longer receives item events from thisChoice
menu.void
ItemSelectable.removeItemListener
(ItemListener l) Removes an item listener.void
List.removeItemListener
(ItemListener l) Removes the specified item listener so that it no longer receives item events from this list. -
Uses of ItemListener in javax.swing
Modifier and TypeClassDescriptionprotected class
The protectedEditorDelegate
class.protected class
This class implements accessibility support for theJCheckBox
class.protected class
This class implements accessibility support for theJRadioButton
class.protected class
This class implements accessibility support for theJToggleButton
class.Modifier and TypeFieldDescriptionprotected ItemListener
AbstractButton.itemListener
The button model'sItemListener
.Modifier and TypeMethodDescriptionprotected ItemListener
AbstractButton.createItemListener()
ReturnsItemListener
that is added to model.AbstractButton.getItemListeners()
Returns an array of all theItemListener
s added to this AbstractButton with addItemListener().DefaultButtonModel.getItemListeners()
Returns an array of all the item listeners registered on thisDefaultButtonModel
.JComboBox.getItemListeners()
Returns an array of all theItemListener
s added to this JComboBox with addItemListener().Modifier and TypeMethodDescriptionvoid
AbstractButton.addItemListener
(ItemListener l) Adds anItemListener
to thecheckbox
.void
ButtonModel.addItemListener
(ItemListener l) Adds anItemListener
to the model.void
DefaultButtonModel.addItemListener
(ItemListener l) Adds anItemListener
to the model.void
JComboBox.addItemListener
(ItemListener aListener) Adds anItemListener
.void
AbstractButton.removeItemListener
(ItemListener l) Removes anItemListener
from the button.void
ButtonModel.removeItemListener
(ItemListener l) Removes anItemListener
from the model.void
DefaultButtonModel.removeItemListener
(ItemListener l) Removes anItemListener
from the model.void
JComboBox.removeItemListener
(ItemListener aListener) Removes anItemListener
. -
Uses of ItemListener in javax.swing.plaf.basic
Modifier and TypeClassDescriptionclass
This listener watches for changes to the selection in the combo box.protected class
This listener watches for changes to the selection in the combo box.Modifier and TypeFieldDescriptionprotected ItemListener
BasicComboBoxUI.itemListener
This protected field is implementation specific.protected ItemListener
BasicComboPopup.itemListener
This protected field is implementation specific.Modifier and TypeMethodDescriptionprotected ItemListener
BasicComboBoxUI.createItemListener()
Creates anItemListener
which will be added to the combo box.protected ItemListener
BasicComboPopup.createItemListener()
Creates anItemListener
which will be added to the combo box.