Uses of Interface
com.sas.visuals.SelectionGroupInterface

Packages that use SelectionGroupInterface
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of SelectionGroupInterface in com.sas.visuals
 

Classes in com.sas.visuals that implement SelectionGroupInterface
 class SelectionGroup
          SelectionGroup is a class used to group and manipulate SelectableInterface objects.
 

Fields in com.sas.visuals declared as SelectionGroupInterface
protected  SelectionGroupInterface DefaultButtonModel.selectionGroup
           
 

Methods in com.sas.visuals that return SelectionGroupInterface
 SelectionGroupInterface ToggleButton.getSelectionGroup()
          Gets the selectionGroup to control the behavior of the ToggleButton.
 SelectionGroupInterface TabbedView.getSelectionGroup()
           
 SelectionGroupInterface TabBarInterface.getSelectionGroup()
          Get the SelectionGroupInterface that the tabs belong to.
 SelectionGroupInterface TabBar.getSelectionGroup()
          Get the SelectionGroupInterface that the tabs belong to.
 SelectionGroupInterface SelectableInterface.getSelectionGroup()
          Get the SelectionGroupInterface for the SelectableInterface object.
 SelectionGroupInterface RadioBox.getSelectionGroup()
          Gets the SelectionGroupInterface object.
 SelectionGroupInterface DefaultButtonModel.getSelectionGroup()
          Get the SelectionGroupInterface object used to provide a single selection behavior of a group of buttons.
 SelectionGroupInterface ButtonModelInterface.getSelectionGroup()
          Get the SelectionGroupInterface object used to provide a single selection behavior of a group of buttons.
 

Methods in com.sas.visuals with parameters of type SelectionGroupInterface
 void ToggleButton.setSelectionGroup(SelectionGroupInterface sGroup)
          Sets the selectionGroup to control the behavior of the ToggleButton.
 void TabBar.setSelectionGroup(SelectionGroupInterface selectionGrp)
          Set the Selection Group for all tabs to belong to.
 void SelectableInterface.setSelectionGroup(SelectionGroupInterface selectionGroup)
          Set the SelectionGroupInterface for the SelectableInterface object.
 void RadioBox.setSelectionGroup(SelectionGroupInterface selectionGroup)
          Sets the SelectionGroup that contains all of the radio buttons.
 void DefaultButtonModel.setSelectionGroup(SelectionGroupInterface group)
          Set the selectionGroup used to provide singleSelection behavior to a group of buttons.
 void ButtonModelInterface.setSelectionGroup(SelectionGroupInterface selectionGroup)
          Set the selectionGroup used to provide singleSelection behavior to a group of buttons.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.