Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.ButtonModel

Packages that use ButtonModel
com.sun.java.swing Provides a set of "lightweight" (all-Java
 

Uses of ButtonModel in com.sun.java.swing
 

Classes in com.sun.java.swing that implement ButtonModel
  DefaultButtonModel
          The default implementation of a Button component's data model.
static  JToggleButton.ToggleButtonModel
          The ToggleButton model Warning: serialized objects of this class will not be compatible with future swing releases.
 

Fields in com.sun.java.swing declared as ButtonModel
protected  ButtonModel AbstractButton.model
           
 

Methods in com.sun.java.swing that return ButtonModel
 ButtonModel AbstractButton.getModel()
          Get the model that this button represents.
 ButtonModel ButtonGroup.getSelection()
          Return the selected button model.
 

Methods in com.sun.java.swing with parameters of type ButtonModel
 void AbstractButton.setModel(ButtonModel newModel)
          Set the model that this button represents.
 void JMenu.setModel(ButtonModel newModel)
          Set the data model for the "menu button" -- the label that the user clicks to open or close the menu.
 void ButtonGroup.setSelected(ButtonModel m, boolean b)
          Sets the selected value for the button.
 boolean ButtonGroup.isSelected(ButtonModel m)
          Returns the selected value for the button.
 


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.