Package | Description |
---|---|
javax.swing |
Provides a set of "lightweight"
(all-Java language) components that,
to the maximum degree possible, work the same on all platforms.
|
javax.swing.plaf.basic |
Provides user interface objects built according to the
Basic look and feel.
|
Modifier and Type | Class | Description |
---|---|---|
protected class |
DefaultCellEditor.EditorDelegate |
The protected
EditorDelegate class. |
protected class |
JCheckBox.AccessibleJCheckBox |
This class implements accessibility support for the
JCheckBox class. |
protected class |
JRadioButton.AccessibleJRadioButton |
This class implements accessibility support for the
JRadioButton class. |
protected class |
JToggleButton.AccessibleJToggleButton |
This class implements accessibility support for the
JToggleButton class. |
Modifier and Type | Field | Description |
---|---|---|
protected ItemListener |
AbstractButton.itemListener |
The button model's
ItemListener . |
Modifier and Type | Method | Description |
---|---|---|
protected ItemListener |
AbstractButton.createItemListener() |
Returns
ItemListener that is added to model. |
ItemListener[] |
AbstractButton.getItemListeners() |
Returns an array of all the
ItemListener s added
to this AbstractButton with addItemListener(). |
ItemListener[] |
DefaultButtonModel.getItemListeners() |
Returns an array of all the item listeners
registered on this
DefaultButtonModel . |
ItemListener[] |
JComboBox.getItemListeners() |
Returns an array of all the
ItemListener s added
to this JComboBox with addItemListener(). |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractButton.addItemListener(ItemListener l) |
Adds an
ItemListener to the checkbox . |
void |
ButtonModel.addItemListener(ItemListener l) |
Adds an
ItemListener to the model. |
void |
DefaultButtonModel.addItemListener(ItemListener l) |
Adds an
ItemListener to the model. |
void |
JComboBox.addItemListener(ItemListener aListener) |
Adds an
ItemListener . |
void |
AbstractButton.removeItemListener(ItemListener l) |
Removes an
ItemListener from the button. |
void |
ButtonModel.removeItemListener(ItemListener l) |
Removes an
ItemListener from the model. |
void |
DefaultButtonModel.removeItemListener(ItemListener l) |
Removes an
ItemListener from the model. |
void |
JComboBox.removeItemListener(ItemListener aListener) |
Removes an
ItemListener . |
Modifier and Type | Class | Description |
---|---|---|
class |
BasicComboBoxUI.ItemHandler |
This listener watches for changes to the selection in the
combo box.
|
protected class |
BasicComboPopup.ItemHandler |
This listener watches for changes to the selection in the
combo box.
|
Modifier and Type | Field | Description |
---|---|---|
protected ItemListener |
BasicComboBoxUI.itemListener |
This protected field is implementation specific.
|
protected ItemListener |
BasicComboPopup.itemListener |
This protected field is implementation specific.
|
Modifier and Type | Method | Description |
---|---|---|
protected ItemListener |
BasicComboBoxUI.createItemListener() |
Creates an
ItemListener which will be added to the
combo box. |
protected ItemListener |
BasicComboPopup.createItemListener() |
Creates an
ItemListener which will be added to the
combo box. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b151-2