JSR-62 (Final)

Uses of Interface
java.awt.ItemSelectable

Packages that use ItemSelectable
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 java.awt
 

Classes in java.awt that implement ItemSelectable
 class Checkbox
          A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
 class CheckboxMenuItem
          This class represents a check box that can be included in a menu.
 class Choice
          The Choice class presents a pop-up menu of choices.
 class 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(ItemSelectable source, int id, Object item, int stateChange)
          Constructs an ItemEvent object.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.