|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use com.sas.collection | |
|---|---|
| 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.measures | Classes for recording measurements expressible as a magnitude and unit, including distance and time. |
| com.sas.models | Interfaces and classes for models which may be displayed in various viewers. |
| 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.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.swing.visuals.wizard | A set of classes used to develop a swing-based wizard. |
| 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.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.collection used by com.sas | |
|---|---|
| AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
|
| Classes in com.sas.collection used by com.sas.awt | |
|---|---|
| OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| Classes in com.sas.collection used by com.sas.collection | |
|---|---|
| AssociationListInterface
AssociationListInterface combines the OrderedCollection interface and the DictionaryInterface interface, yielding a collection whose items may be accessed by either an index or a key. |
|
| BaseCollection
Abstract base class for collections. |
|
| Collection
A implementation of CollectionInterface, for objects which store and retrieve values. |
|
| CollectionInterface
A collection interface, for objects which store and retrieve values. |
|
| CollectionMirror
A CollectionMirror is an abstract base class for other read-only collections which "reflect" other collections. |
|
| DictionaryInterface
A dictionary interface, for objects which store and retrieve values by name |
|
| HowChanged
An Enumeration class. |
|
| OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| OrderedCollectionInterface
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| PropertyBag
A PropertyBag defines a collection of properties,
much like a Dictionary but
simpler. |
|
| PropertyBagChangedEvent
A property change event which tells how the property in a property bag has changed. |
|
| PropertyBagChangedListener
An interface for listeners for PropertyBagChangedEvent events. |
|
| PropertyBagChangedListenerList
Manage a list of listeners for the com.sas.collection.PropertyBagChangedEvent event. |
|
| PropertyBagChangedSource
Define a type (interface) for an object which emits com.sas.collection.PropertyBagChangedEvent events. |
|
| PropertyBagInterface
A PropertyBagInterface defines a set of properties, much like a Dictionary but simpler: keys must be Strings. |
|
| Sortable
Sortable defines an interface for collections or other objects which may be sorted based on some comparison. |
|
SortedCollectionInterface
SortedCollectionInterface defines an interface for an ordered collection
which preserves a sort order when inserting items. |
|
| StaticCollection
A StaticCollection is a class which hides the update
methods of a collection object. |
|
| StaticCollectionInterface
A static collection interface, for access to but not update of a collection. |
|
| StaticDictionaryInterface
A static dictionary interface, for objects which retrieve values by an Object key. |
|
| StaticOrderedCollectionInterface
A static ordered collection interface defines read access to items in an ordered collection. |
|
| StaticPropertyBagInterface
A StaticPropertyBagInterface defines a read-only set of properties, much like a Dictionary but
simpler: keys must be Strings. |
|
| StaticStringListInterface
The StaticStringListInterface interface is a read-only ordered collection of strings. |
|
| StringCollectionInterface
StringCollectionInterface combines StringListInterface and OrderedCollectionInterface. |
|
| StringListInterface
An interface for an ordered, modifiable collection of strings. |
|
| Classes in com.sas.collection used by com.sas.io | |
|---|---|
CollectionChangedInfo
CollectionChangedInfo is a ContentsChangedEvent event object
that is created and sent when a Collection has changed. |
|
| OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| StaticCollectionInterface
A static collection interface, for access to but not update of a collection. |
|
| StaticOrderedCollectionInterface
A static ordered collection interface defines read access to items in an ordered collection. |
|
| StringCollection
A StringCollection is an ordered collection of java.lang.String values. |
|
| Classes in com.sas.collection used by com.sas.measures | |
|---|---|
| AssociationListInterface
AssociationListInterface combines the OrderedCollection interface and the DictionaryInterface interface, yielding a collection whose items may be accessed by either an index or a key. |
|
| StaticOrderedCollectionInterface
A static ordered collection interface defines read access to items in an ordered collection. |
|
| Classes in com.sas.collection used by com.sas.models | |
|---|---|
| AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
|
| AssociationListInterface
AssociationListInterface combines the OrderedCollection interface and the DictionaryInterface interface, yielding a collection whose items may be accessed by either an index or a key. |
|
| BaseCollection
Abstract base class for collections. |
|
| CollectionInterface
A collection interface, for objects which store and retrieve values. |
|
| DictionaryInterface
A dictionary interface, for objects which store and retrieve values by name |
|
| OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| OrderedCollectionInterface
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| PropertyBag
A PropertyBag defines a collection of properties,
much like a Dictionary but
simpler. |
|
| PropertyBagChangedSource
Define a type (interface) for an object which emits com.sas.collection.PropertyBagChangedEvent events. |
|
| PropertyBagInterface
A PropertyBagInterface defines a set of properties, much like a Dictionary but simpler: keys must be Strings. |
|
| Sortable
Sortable defines an interface for collections or other objects which may be sorted based on some comparison. |
|
| StaticCollectionInterface
A static collection interface, for access to but not update of a collection. |
|
| StaticDictionaryInterface
A static dictionary interface, for objects which retrieve values by an Object key. |
|
| StaticOrderedCollectionInterface
A static ordered collection interface defines read access to items in an ordered collection. |
|
| StaticPropertyBagInterface
A StaticPropertyBagInterface defines a read-only set of properties, much like a Dictionary but
simpler: keys must be Strings. |
|
| StaticStringListInterface
The StaticStringListInterface interface is a read-only ordered collection of strings. |
|
| Classes in com.sas.collection used by com.sas.sasserver | |
|---|---|
| OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| OrderedCollectionInterface
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| StaticOrderedCollectionInterface
A static ordered collection interface defines read access to items in an ordered collection. |
|
| StringCollection
A StringCollection is an ordered collection of java.lang.String values. |
|
| Classes in com.sas.collection used by com.sas.sasserver.tree | |
|---|---|
| OrderedCollectionInterface
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| Classes in com.sas.collection used by com.sas.servlet.util | |
|---|---|
| AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
|
| StaticOrderedCollectionInterface
A static ordered collection interface defines read access to items in an ordered collection. |
|
| StringCollection
A StringCollection is an ordered collection of java.lang.String values. |
|
| Classes in com.sas.collection used by com.sas.swing.adapters | |
|---|---|
| OrderedCollectionInterface
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| Classes in com.sas.collection used by com.sas.swing.models | |
|---|---|
| OrderedCollectionInterface
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| Classes in com.sas.collection used by com.sas.swing.visuals | |
|---|---|
| AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
|
| OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| PropertyBagInterface
A PropertyBagInterface defines a set of properties, much like a Dictionary but simpler: keys must be Strings. |
|
SortedCollection
SortedCollection is a collection which inserts items
in a sort order defined by a Comparator. |
|
| StaticDictionaryInterface
A static dictionary interface, for objects which retrieve values by an Object key. |
|
| StaticOrderedCollectionInterface
A static ordered collection interface defines read access to items in an ordered collection. |
|
| Classes in com.sas.collection used by com.sas.swing.visuals.wizard | |
|---|---|
| Dictionary
A Dictionary stores and retrieves values by a key. |
|
| Classes in com.sas.collection used by com.sas.table | |
|---|---|
| OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| PropertyBag
A PropertyBag defines a collection of properties,
much like a Dictionary but
simpler. |
|
| PropertyBagChangedEvent
A property change event which tells how the property in a property bag has changed. |
|
| PropertyBagChangedSource
Define a type (interface) for an object which emits com.sas.collection.PropertyBagChangedEvent events. |
|
| PropertyBagInterface
A PropertyBagInterface defines a set of properties, much like a Dictionary but simpler: keys must be Strings. |
|
| StaticCollectionInterface
A static collection interface, for access to but not update of a collection. |
|
| StaticDictionaryInterface
A static dictionary interface, for objects which retrieve values by an Object key. |
|
| StaticOrderedCollectionInterface
A static ordered collection interface defines read access to items in an ordered collection. |
|
| StaticPropertyBagInterface
A StaticPropertyBagInterface defines a read-only set of properties, much like a Dictionary but
simpler: keys must be Strings. |
|
| Classes in com.sas.collection used by com.sas.util | |
|---|---|
| Dictionary
A Dictionary stores and retrieves values by a key. |
|
| DictionaryInterface
A dictionary interface, for objects which store and retrieve values by name |
|
| PropertyBagChangedListener
An interface for listeners for PropertyBagChangedEvent events. |
|
| PropertyBagChangedSource
Define a type (interface) for an object which emits com.sas.collection.PropertyBagChangedEvent events. |
|
| PropertyBagInterface
A PropertyBagInterface defines a set of properties, much like a Dictionary but simpler: keys must be Strings. |
|
| StaticPropertyBagInterface
A StaticPropertyBagInterface defines a read-only set of properties, much like a Dictionary but
simpler: keys must be Strings. |
|
| Classes in com.sas.collection used by com.sas.util.transforms | |
|---|---|
| AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
|
| AssociationListInterface
AssociationListInterface combines the OrderedCollection interface and the DictionaryInterface interface, yielding a collection whose items may be accessed by either an index or a key. |
|
| CollectionInterface
A collection interface, for objects which store and retrieve values. |
|
| DictionaryInterface
A dictionary interface, for objects which store and retrieve values by name |
|
| OrderedCollectionInterface
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| StringListInterface
An interface for an ordered, modifiable collection of strings. |
|
| Classes in com.sas.collection used by com.sas.visuals | |
|---|---|
| AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
|
| AssociationListInterface
AssociationListInterface combines the OrderedCollection interface and the DictionaryInterface interface, yielding a collection whose items may be accessed by either an index or a key. |
|
| BaseCollection
Abstract base class for collections. |
|
| CollectionInterface
A collection interface, for objects which store and retrieve values. |
|
| OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| OrderedCollectionInterface
An ordered collection is a collection which accesses items via consecutive integer indices. |
|
| OrderedListCollection
An OrderedListCollection is a linked list implementation of OrderedCollectionInterface. |
|
| PropertyBag
A PropertyBag defines a collection of properties,
much like a Dictionary but
simpler. |
|
| PropertyBagChangedSource
Define a type (interface) for an object which emits com.sas.collection.PropertyBagChangedEvent events. |
|
| PropertyBagInterface
A PropertyBagInterface defines a set of properties, much like a Dictionary but simpler: keys must be Strings. |
|
| Sortable
Sortable defines an interface for collections or other objects which may be sorted based on some comparison. |
|
| StaticCollectionInterface
A static collection interface, for access to but not update of a collection. |
|
| StaticOrderedCollectionInterface
A static ordered collection interface defines read access to items in an ordered collection. |
|
| StaticPropertyBagInterface
A StaticPropertyBagInterface defines a read-only set of properties, much like a Dictionary but
simpler: keys must be Strings. |
|
| StringCollection
A StringCollection is an ordered collection of java.lang.String values. |
|
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||