Uses of Package
com.sas.util

Packages that use com.sas.util
com.sas.sasserver Access to base functionality in the SAS system, including selector dialogs and SAS code generation from templates. 
com.sas.swing.adapters Miscellaneous listener adapters to handle various user interface events. 
com.sas.swing.models Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals. 
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.visuals Additional user interface components not provided in AWT. 
 

Classes in com.sas.util used by com.sas.sasserver
Template
          The Template class serves as a generic string substitution and formatting class.
 

Classes in com.sas.util used by com.sas.swing.adapters
CommandDispatcher
          CommandDispatcher is a class to execute a specified Command when an event is fired.
ContextCommandsConsumerInterface
          Defines an interface for context command consumers.
ContextCommandsInterface
          Defines an interface for context command producers.
 

Classes in com.sas.util used by com.sas.swing.models
IndexedGetInterface
          IndexedGetInterface is an interface which defines a get(int index) method, commonly used for retrieving objects from indexed collections.
 

Classes in com.sas.util used by com.sas.swing.visuals
Alarm
          A timed alarm which fires events at regular intervals.
AlarmEvent
          An Alarm event sent by an Alarm object when the timer has expired.
CommandsInterface
          Defines an interface for command producers.
ContextCommandsInterface
          Defines an interface for context command producers.
ContextInterface
          ContextInterface is an interface for objects that need to provide a context based on some positional data.
PrefixPredicate
          PrefixPredicate is a predicate which tests if a string matches a prefix.
ThreadedCommand
          Object which extends SimpleCommand to provide a method for executing a command in a Thread.
 

Classes in com.sas.util used by com.sas.table
ContextCommandsInterface
          Defines an interface for context command producers.
 

Classes in com.sas.util used by com.sas.util
Alarm
          A timed alarm which fires events at regular intervals.
Alarm.AlarmThread
           
AlarmEvent
          An Alarm event sent by an Alarm object when the timer has expired.
AlarmInterface
          An interface for Alarm objects.
AlarmListener
          Interface for objects listening for AlarmEvents
AlarmSource
          Define a type (interface) for an object which emits com.sas.util.AlarmEvent events.
BookmarkInterface
          Defines an interface for representing a bookmark.
CommandsInterface
          Defines an interface for command producers.
ContentServer
          A class for sending content to a browser (either through applet.showDocument or directly invoking the browser) or directly to an application.
ContextCommandsConsumerInterface
          Defines an interface for context command consumers.
ContextCommandsInterface
          Defines an interface for context command producers.
DateTimeMonitor
          DateTimeMonitor is a text model that updates itself with the current date and time at regular intervals.
DynamicBeanInfoInterface
          Objects that implement this interface contain dynamic (as opposed to static) bean info.
DynamicPropertyBag
          This abstract class represents a property bag component, which defines a collection of dynamic properties that can be specified at design time within the IDE via a customizer.
Enumerator
          An Enumerator is an java.lang.Enumeration which also has a method to mark the enumerator as finished.
IndexedGetInterface
          IndexedGetInterface is an interface which defines a get(int index) method, commonly used for retrieving objects from indexed collections.
IndexedSetInterface
          IndexedSetInterface is an interface which defines a set(int, Object) method, commonly used for setting or storing items into indexed collections of objects.
IntegerRange
          Deprecated. Use com.sas.models.BoundedLong
IntegerRangeInterface
          Deprecated. Use the more general com.sas.models.BoundedNumberInterface and the implementations, com.sas.models.BoundedLong and com.sas.models.BoundedDouble
MenuCommand
          MenuCommand is an interface which provides the means for building a tree of commands.
MenuSeparatorCommand
          Provides a command to serve as a separator in a list of commands.
StringComparator
          StringComparator is used to compare two string values.
StringPredicateInterface
          A predicate interface which allows the caller to test Strings for some condition.
SystemLog
          SystemLog provides a consistent way for applications and applets to report and/or record errors, warnings, and notable conditions that occur.
ThreadedCommand
          Object which extends SimpleCommand to provide a method for executing a command in a Thread.
TimedCommandInterface
          An interface for a command which can execute under a timeout constraint.
TimedOutException
          An exception which is thrown when a time constrained command takes too long to execute.
Timer
          A timer for recording time intervals.
TimerInterface
          An interface for timers.
TreeIterator
          Defines an abstract base class for different tree traversal algorithms, for example preorder traversal, inorder traversal, and postorder traversal.
UserCodeGenClassInterface
          Classes that implement this interface will have an opportunity at code generation time to add additional logic.
 

Classes in com.sas.util used by com.sas.visuals
Alarm
          A timed alarm which fires events at regular intervals.
AlarmEvent
          An Alarm event sent by an Alarm object when the timer has expired.
AlarmInterface
          An interface for Alarm objects.
IndexedGetInterface
          IndexedGetInterface is an interface which defines a get(int index) method, commonly used for retrieving objects from indexed collections.
IndexedSetInterface
          IndexedSetInterface is an interface which defines a set(int, Object) method, commonly used for setting or storing items into indexed collections of objects.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.