Uses of Package
com.sas.awt

Packages that use com.sas.awt
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
com.sas.sasserver Access to base functionality in the SAS system, including selector dialogs and SAS code generation from templates. 
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
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.util.transforms Interfaces and implementations for objects which transform data from one representation or type to another. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Classes in com.sas.awt used by com.sas.awt
AppletStateChangedEvent
          AppletStateChangedEvent is a specialization of java.util.EventObject which is exclusively for state change events from the applet.
AppletStateChangedListener
          AppletStateChangedListener interface is a specialization of java.util.EventListener.
AppletStateChangedSource
          AppletStateChangedSource interface defines the methods that are necessary for a component to support in order to act as a source for state change events from an applet.
AppletVisualComponent
           
ButtonVisualComponent
           
CanvasVisualComponent
           
CheckBoxVisualComponent
           
ChoiceVisualComponent
           
Color
          A class representing Color.
ComponentVisualComponent
           
ContainerContainerComponent
           
ContainerInterface
          ContainerInterface defines the behavior of container components.
ContainerInterfaceSupportInfo
          ContainerInterfaceSupportInfo provides a place for instances of components to store data used by the ContainerInterfaceSupport implementation of the ContainerInterface.
ContainerVisualComponent
           
DialogContainerComponent
           
DialogVisualComponent
           
Font
          A class representing Font.
FrameContainerComponent
           
FrameVisualComponent
           
LabelVisualComponent
           
ListBoxVisualComponent
           
ModalDispatchThread
          Derived from the code in java.awt.EventDispatchThread.
PanelContainerComponent
           
PanelVisualComponent
           
ScrollbarVisualComponent
           
ScrollPaneContainerComponent
           
ScrollPaneVisualComponent
           
TextAreaVisualComponent
           
TextFieldVisualComponent
           
VisualInterface
          VisualInterface defines added behavior of webAF visual components.
VisualInterfaceSupportInfo
          VisualInterfaceSupportInfo provides a place for instances of components to store data used by the VisualInterfaceSupport implementation of the VisualInterface.
WindowInitInterface
          This interface must be implemented by applets and frames that wish to be initialized by a separate thread (see WindowInitThread).
 

Classes in com.sas.awt used by com.sas.sasserver
ContainerInterface
          ContainerInterface defines the behavior of container components.
Dialog
          The Dialog class encapsulates a window that contains components that accept input from a user.
DialogContainerComponent
           
DialogVisualComponent
           
ListBox
          ListBox is a component that maintains a scrollable list of items for selection.
Panel
          Panel extends the java.awt.Panel class and contains webAF functionality.
PanelContainerComponent
           
PanelVisualComponent
           
VisualInterface
          VisualInterface defines added behavior of webAF visual components.
 

Classes in com.sas.awt used by com.sas.swing.visuals
ActionSource
          Define a type (interface) for an object which emits java.awt.ActionEvent events.
 

Classes in com.sas.awt used by com.sas.table
ActionSource
          Define a type (interface) for an object which emits java.awt.ActionEvent events.
CompositeInterface
           
Container
          Container is a subclass of java.awt.Container which implements the ComponentInterface, VisualInterface, and ContainerInterface.
ContainerContainerComponent
           
ContainerInterface
          ContainerInterface defines the behavior of container components.
ContainerVisualComponent
           
VisualInterface
          VisualInterface defines added behavior of webAF visual components.
 

Classes in com.sas.awt used by com.sas.util.transforms
Color
          A class representing Color.
 

Classes in com.sas.awt used by com.sas.visuals
ActionSource
          Define a type (interface) for an object which emits java.awt.ActionEvent events.
Button
          Button is a pushbutton component that can display a specified text label.
Canvas
          Canvas is the base class for heavy-weight webAF visual objects.
CanvasVisualComponent
           
CheckBox
          CheckBox is a component that maintains a boolean state and displays a specified text label.
Choice
          Choice is a component that maintains a dropdown list of items for selection.
Color
          A class representing Color.
Component
          Component is the base class for webAF visual objects.
ComponentVisualComponent
           
CompositeInterface
           
Container
          Container is a subclass of java.awt.Container which implements the ComponentInterface, VisualInterface, and ContainerInterface.
ContainerContainerComponent
           
ContainerInterface
          ContainerInterface defines the behavior of container components.
ContainerVisualComponent
           
Dialog
          The Dialog class encapsulates a window that contains components that accept input from a user.
DialogContainerComponent
           
DialogVisualComponent
           
Frame
          The Frame class provides a top-level window for applets and applications.
Label
          Label is a component that displays a single line of read-only text.
ListBox
          ListBox is a component that maintains a scrollable list of items for selection.
Panel
          Panel extends the java.awt.Panel class and contains webAF functionality.
PanelContainerComponent
           
PanelVisualComponent
           
ScrollPane
          ScrollPane extends the java.awt.ScrollPane class and contains webAF functionality.
ScrollPaneContainerComponent
           
ScrollPaneVisualComponent
           
TextArea
          TextArea is a component for creating a multi-line area that can set and display text.
TextAreaVisualComponent
           
TextField
          TextField is a component that can set and display a single line of text.
TextFieldVisualComponent
           
VisualInterface
          VisualInterface defines added behavior of webAF visual components.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.