Uses of Interface
com.sas.awt.CompositeInterface

Packages that use CompositeInterface
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 CompositeInterface in com.sas.table
 

Classes in com.sas.table that implement CompositeInterface
 class CheckBoxCell
          Provides a cell view with the appearance and behavior of a checkbox.
 class NavigationBar
          A selector for navigating through a table.
 class TableView
          TableView is a class that allows two-dimensional data to be viewed, edited, and manipulated in tabular form.
 

Uses of CompositeInterface in com.sas.visuals
 

Classes in com.sas.visuals that implement CompositeInterface
 class ArrowButton
          ArrowButton is a subclass of PushButton that displays an ArrowIcon and uses an AlarmButtonModel.
 class BaseButton
          BaseButton is an abstract class for creating a button.
 class ComboBox
          ComboBox displays a list of items for selection and contains an optionally editable text control that allows the user to enter text that is not in the list portion of the comboBox.
 class CompositeContainer
          CompositeContainer is a subclass of Container with some convenience methods for building composite objects.
 class CompositePanel
          CompositePanel is a subclass of com.sas.awt.Panel.
 class DualSelector
          DualSelector is a class used for manipulating items between two lists.
 class GraphicalCheckBox
          A GraphicalCheckBox is a ToggleButton with a predefined set of images.
 class PushButton
          PushButton is a class that creates a button where images and text, or both can be displayed.
 class RadioBox
          The RadioBox is a panel that contains a SelectionGroup and multiple instances of SelectableInterface members(radio buttons) of that group.
 class RadioButton
          RadioButton is a class that creates a button with text and a default icon.
 class Scrollbar
          Scrollbar is a class that creates a lightweight scrollbar.
 class SpinBox
          SpinBox is a class that combines a textField and a spinButton.
 class TabBar
          The TabBar is a sub-class of CompositePanel that implements the TabBarInterface to contain TabButtonInterface components.
 class TabbedView
          The TabbedView is a container that allows multiple views to be defined in the same area and viewed exclusively.
 class TabButton
          TabButton is a subclass of ToggleButton that implements the TabButtonInterface.
 class TextEditComposite
           
 class ToggleButton
          ToggleButton is a subclass of BaseButton that creates a button where images and text, or both can be displayed.
 class ToolbarButton
          ToggleButton is a sub-class of PushButton that creates a button that displays images.
 class TreeView
          
TreeView is a class which displays a hierarchical list of items.
 class UnitsBox
          A UnitsBox object is a visual component for entering a measurement value as a number, in one of a set of units.
 class UpDownListBox
          UpDownListBox presents a ListBox class with buttons for moving the items within the list box.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.