Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.AbstractButton

Packages that use AbstractButton
com.sun.java.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
 

Uses of AbstractButton in com.sun.java.swing
 

Subclasses of AbstractButton in com.sun.java.swing
 class JButton
          An implementation of a "push" button.
 class JCheckBox
          An implementation of a CheckBox -- an item that can be selected or deselected, and which displays its state to the user.
 class JCheckBoxMenuItem
          A menu item that can be selected or deselected.
 class JMenu
          An implementation of a menu -- a popup window containing JMenuItems that is displayed when the user selects an item on the JMenuBar.
 class JMenuItem
          An implementation of a MenuItem.
 class JRadioButton
          An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user.
 class JRadioButtonMenuItem
          An implementation of a RadioButtonMenuItem.
 class JToggleButton
          An implementation of a two-state button.
 

Methods in com.sun.java.swing with parameters of type AbstractButton
 void ButtonGroup.add(AbstractButton b)
          Adds the button to the group.
 void ButtonGroup.remove(AbstractButton b)
          Removes the button from the group.
 

Constructors in com.sun.java.swing with parameters of type AbstractButton
AbstractButton.AccessibleAbstractButton.AbstractButton.AccessibleAbstractButton()
           
 


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.