Uses of Interface
com.sas.visuals.Alignment

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

Classes in com.sas.table that implement Alignment
 class CheckBoxCell
          Provides a cell view with the appearance and behavior of a checkbox.
 

Uses of Alignment in com.sas.visuals
 

Subinterfaces of Alignment in com.sas.visuals
 interface Justification
          Justification is an interface that contains static values to be used in classes that have a "justification" property.
 interface TabBarInterface
          TabBarInterface is an interface for containers of TabButtonInterface objects.
 interface TabButtonInterface
          TabButtonInterface is an interface that provides an orientation and ActionCommand information.
 

Classes in com.sas.visuals that implement Alignment
 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 GraphicalCheckBox
          A GraphicalCheckBox is a ToggleButton with a predefined set of images.
 class LabelView
          LabelView is a class that displays lines of text.
 class PushButton
          PushButton is a class that creates a button where images and text, or both can be displayed.
 class RadioButton
          RadioButton is a class that creates a button with text and a default icon.
 class RowLayout
          RowLayout is a class that implements the java.awt.LayoutManager2 interface to be able to layout components within a container in rows.
 class StyledLabelView
          StyledLabelView is a sub-class of LabelView that parses the text into TextElements and paints it based on tags placed in the text.
 class TabBar
          The TabBar is a sub-class of CompositePanel that implements the TabBarInterface to contain TabButtonInterface components.
 class TabButton
          TabButton is a subclass of ToggleButton that implements the TabButtonInterface.
 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.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.