Java Platform 1.2
Beta 4

Uses of Interface
java.awt.ItemSelectable

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 JMenuItems 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

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.