Uses of Interface
java.awt.ItemSelectable
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides interfaces and classes for dealing with different types of events
fired by AWT components.
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.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
-
Uses of ItemSelectable in java.awt
Modifier and TypeClassDescriptionclass
A check box is a graphical component that can be in either an "on" (true
) or "off" (false
) state.class
This class represents a check box that can be included in a menu.class
TheChoice
class presents a pop-up menu of choices.class
TheList
component presents the user with a scrolling list of text items. -
Uses of ItemSelectable in java.awt.event
Modifier and TypeMethodDescriptionItemEvent.getItemSelectable()
Returns the originator of the event.ModifierConstructorDescriptionItemEvent
(ItemSelectable source, int id, Object item, int stateChange) Constructs anItemEvent
object. -
Uses of ItemSelectable in javax.swing
Modifier and TypeClassDescriptionclass
Defines common behaviors for buttons and menu items.class
The default implementation of aButton
component's data model.class
An implementation of a "push" button.class
An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user.class
A menu item that can be selected or deselected.class
JComboBox<E>
A component that combines a button or editable field and a drop-down list.class
An implementation of a menu -- a popup window containingJMenuItem
s that is displayed when the user selects an item on theJMenuBar
.class
An implementation of an item in a menu.class
An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user.class
An implementation of a radio button menu item.class
An implementation of a two-state button.static class
The ToggleButton model -
Uses of ItemSelectable in javax.swing.plaf.basic
Modifier and TypeClassDescriptionclass
JButton object that draws a scaled Arrow in one of the cardinal directions. -
Uses of ItemSelectable in javax.swing.plaf.metal
Modifier and TypeClassDescriptionclass
JButton subclass to help out MetalComboBoxUIclass
JButton object for Metal scrollbar arrows.