Uses of Class
com.sas.visuals.ToggleButton

Packages that use ToggleButton
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of ToggleButton in com.sas.table
 

Subclasses of ToggleButton in com.sas.table
 class CheckBoxCell
          Provides a cell view with the appearance and behavior of a checkbox.
 

Uses of ToggleButton in com.sas.visuals
 

Subclasses of ToggleButton in com.sas.visuals
 class GraphicalCheckBox
          A GraphicalCheckBox is a ToggleButton with a predefined set of images.
 class RadioButton
          RadioButton is a class that creates a button with text and a default icon.
 class TabButton
          TabButton is a subclass of ToggleButton that implements the TabButtonInterface.
 

Fields in com.sas.visuals declared as ToggleButton
protected  ToggleButton ToggleButtonModel.button
           
 

Methods in com.sas.visuals that return ToggleButton
 ToggleButton ToggleButtonModel.getButton()
          Get the button to be selected by the selectionGroup if one is set on the model.
 

Methods in com.sas.visuals with parameters of type ToggleButton
 void ToggleButtonModel.setButton(ToggleButton btn)
          Set the button to be selected by the selectionGroup if one is set on the model.
 

Constructors in com.sas.visuals with parameters of type ToggleButton
ToggleButtonModel(ToggleButton btn)
          Constructor requires a ToggleButton object to select if the selectionGroup is not null.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.