Uses of Package
com.sas

Packages that use com.sas
com.sas Provides core foundation interfaces and classes for the SAS component framework. 
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
com.sas.collection Provides several classes which implement data structures called collections. 
com.sas.io Extensions to java.io for file and directory manipulation. 
com.sas.lang The classes in this package provide objects which hold Java primitive types as bound properties. 
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
com.sas.net Classes for communicating with the SAS server via SAS/Connect protocols. 
com.sas.sasserver Access to base functionality in the SAS system, including selector dialogs and SAS code generation from templates. 
com.sas.sasserver.tree Generic Classes for implementing SAS File System hierarchy. 
com.sas.servlet.util Provides support and utility classes for com.sas.servlet
com.sas.storage Classes for accessing data, especially with Java Database Connectivity. 
com.sas.storage.jdbc Classes for Java Database Connectivity. 
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 Utility classes for com.sas.servlet. 
com.sas.util.errorhandlers An interface and class for general purpose error handlers, normally bound to text fields. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Classes in com.sas used by com.sas
ComponentInterface
          ComponentInterface is the base interface for webAF components.
ComponentInterfaceSupportInfo
          The ComponentInterfaceSupportInfo class provides a place for ComponentInterfaceSupport to store instance data for objects that implement the ComponentInterface using ComponentInterfaceSupport.
DesignTimeDropResult
          DesignTimeDropResult is a "structure" class which returns data from a component which implements the DesignTimeDropTargetInterface.
LinkPropertiesInfo
           
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
PropertyLinkAdaptor
          PropertyLinkAdaptor is the controller which handles a property link between two properties.
PropertyLinkInfo
          The PropertyLinkInfo is a class which holds information about one link between a property on one component and another property on (another) component.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
ViewInterfaceSupportInfo
          The ViewInterfaceSupportInfo class provides a place for ViewInterfaceSupport to store instance data for objects that implement the ViewInterface using ViewInterfaceSupport.
 

Classes in com.sas used by com.sas.awt
ComponentInterface
          ComponentInterface is the base interface for webAF components.
ComponentInterfaceSupportInfo
          The ComponentInterfaceSupportInfo class provides a place for ComponentInterfaceSupport to store instance data for objects that implement the ComponentInterface using ComponentInterfaceSupport.
DesignTimeDropResult
          DesignTimeDropResult is a "structure" class which returns data from a component which implements the DesignTimeDropTargetInterface.
DesignTimeDropTargetInterface
          The DesignTimeDropTargetInterface is implemented by visual components which wish to allow models and/or viewers to be dropped in/on them inside webAF.
LinkPropertiesInfo
           
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
PropertyLinkInfo
          The PropertyLinkInfo is a class which holds information about one link between a property on one component and another property on (another) component.
ViewDefaultModelInterface
          ViewDefaultModelInterface should be implemented by viewer components which have a default model which they attach to the component when no other model has been attached.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
ViewInterfaceSupportInfo
          The ViewInterfaceSupportInfo class provides a place for ViewInterfaceSupport to store instance data for objects that implement the ViewInterface using ViewInterfaceSupport.
 

Classes in com.sas used by com.sas.collection
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.io
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
ComponentInterfaceSupportInfo
          The ComponentInterfaceSupportInfo class provides a place for ComponentInterfaceSupport to store instance data for objects that implement the ComponentInterface using ComponentInterfaceSupport.
DesignTimeDropTargetInterface
          The DesignTimeDropTargetInterface is implemented by visual components which wish to allow models and/or viewers to be dropped in/on them inside webAF.
LinkPropertiesInfo
           
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
PropertyLinkInfo
          The PropertyLinkInfo is a class which holds information about one link between a property on one component and another property on (another) component.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
ViewInterfaceSupportInfo
          The ViewInterfaceSupportInfo class provides a place for ViewInterfaceSupport to store instance data for objects that implement the ViewInterface using ViewInterfaceSupport.
 

Classes in com.sas used by com.sas.lang
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.models
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.net
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.sasserver
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
DesignTimeDropTargetInterface
          The DesignTimeDropTargetInterface is implemented by visual components which wish to allow models and/or viewers to be dropped in/on them inside webAF.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewDefaultModelInterface
          ViewDefaultModelInterface should be implemented by viewer components which have a default model which they attach to the component when no other model has been attached.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.sasserver.tree
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.servlet.util
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.storage
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.storage.jdbc
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
 

Classes in com.sas used by com.sas.swing.visuals
PropertyLinkAdaptor
          PropertyLinkAdaptor is the controller which handles a property link between two properties.
 

Classes in com.sas used by com.sas.table
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
DesignTimeDropTargetInterface
          The DesignTimeDropTargetInterface is implemented by visual components which wish to allow models and/or viewers to be dropped in/on them inside webAF.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewDefaultModelInterface
          ViewDefaultModelInterface should be implemented by viewer components which have a default model which they attach to the component when no other model has been attached.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.util
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 

Classes in com.sas used by com.sas.util.errorhandlers
ComponentInterface
          ComponentInterface is the base interface for webAF components.
 

Classes in com.sas used by com.sas.visuals
Component
          Component is the base class for non-visual webAF objects.
ComponentInterface
          ComponentInterface is the base interface for webAF components.
DesignTimeDropResult
          DesignTimeDropResult is a "structure" class which returns data from a component which implements the DesignTimeDropTargetInterface.
DesignTimeDropTargetInterface
          The DesignTimeDropTargetInterface is implemented by visual components which wish to allow models and/or viewers to be dropped in/on them inside webAF.
LinkPropertiesInterface
          The LinkPropertiesInterface interface allows the values of IDE properties on multiple components to be linked to one another such that when a property value changes, all property values which are linked to it get the new value.
ModelInterface
          The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection.
ViewDefaultModelInterface
          ViewDefaultModelInterface should be implemented by viewer components which have a default model which they attach to the component when no other model has been attached.
ViewInterface
          The ViewInterface interface defines all the functionality needed for a component to behave as a view in a model-view connection.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.