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
 

Uses of AbstractButton in com.sun.java.swing
 

Subclasses of AbstractButton in com.sun.java.swing
  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.
  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.
 

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.
This documentation was generated with a post-Beta4 version of Javadoc.