|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemSelectable | |
com.sun.java.swing | Provides a set of "lightweight" (all-Java |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.event | Provides interfaces and classes for dealing with different types of events fired by AWT components. |
Uses of ItemSelectable in com.sun.java.swing |
Subinterfaces of ItemSelectable in com.sun.java.swing | |
ButtonModel
State Model for buttons. |
Classes in com.sun.java.swing that implement ItemSelectable | |
AbstractButton
Defines the common behaviors for the JButton, JToggleButton, JCheckbox, and the JRadioButton classes. |
|
DefaultButtonModel
The default implementation of a Button component's data model. |
|
JButton
An implementation of a "push" button. |
|
JCheckBox
An implementation of a CheckBox -- an item that can be selected or deselected, and which displays its state to the user. |
|
JCheckBoxMenuItem
A menu item that can be selected or deselected. |
|
JComboBox
Swing's implementation of a ComboBox -- a combination of a text field and drop-down list that lets the user either type in a value or select it from a list that is displayed when the user asks for it. |
|
JMenu
An implementation of a menu -- a popup window containing JMenuItem s that
is displayed when the user selects an item on the JMenuBar . |
|
JMenuItem
An implementation of a MenuItem. |
|
JRadioButton
An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user. |
|
JRadioButtonMenuItem
An implementation of a RadioButtonMenuItem. |
|
JToggleButton
An implementation of a two-state button. |
|
static | JToggleButton.ToggleButtonModel
The ToggleButton model Warning: serialized objects of this class will not be compatible with future swing releases. |
Uses of ItemSelectable in java.awt |
Classes in java.awt that implement ItemSelectable | |
Checkbox
A check box is a graphical component that can be in either an "on" ( true ) or "off" (false ) state.
|
|
CheckboxMenuItem
This class represents a check box that can be included in a menu. |
|
Choice
The Choice class presents a pop-up menu of choices.
|
|
List
The List component presents the user with a
scrolling list of text items. |
Uses of ItemSelectable in java.awt.event |
Methods in java.awt.event that return ItemSelectable | |
ItemSelectable | ItemEvent.getItemSelectable()
Returns the originator of the event. |
Constructors in java.awt.event with parameters of type ItemSelectable | |
ItemEvent.ItemEvent(ItemSelectable source,
int id,
Object item,
int stateChange)
Constructs an ItemEvent object. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |