|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use Component | |
|---|---|
| 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.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. |
| Uses of Component in com.sas.collection |
|---|
| Subclasses of Component in com.sas.collection | |
|---|---|
class |
AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
class |
BaseCollection
Abstract base class for collections. |
class |
Collection
A implementation of CollectionInterface, for objects which store and retrieve values. |
class |
CollectionMirror
A CollectionMirror is an abstract base class for other read-only collections which "reflect" other collections. |
class |
Dictionary
A Dictionary stores and retrieves values by a key. |
class |
OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
class |
OrderedListCollection
An OrderedListCollection is a linked list implementation of OrderedCollectionInterface. |
class |
Set
A Set is a Collection which does not allow duplicates elements. |
class |
SortedCollection
SortedCollection is a collection which inserts items
in a sort order defined by a Comparator. |
class |
StaticCollection
A StaticCollection is a class which hides the update
methods of a collection object. |
class |
StaticDictionary
A StaticDictionary is a class which hides the update
methods of a dictionary object. |
class |
StaticOrderedCollection
A StaticOrderedCollection is a class which hides the update methods of a OrderedCollection object. |
class |
StaticStringList
A StaticStringList is a class which hides the update
methods of a StringList object. |
class |
StringCollection
A StringCollection is an ordered collection of java.lang.String values. |
| Uses of Component in com.sas.io |
|---|
| Subclasses of Component in com.sas.io | |
|---|---|
class |
FileList
A class that holds a list of File and Directory names that are available in a Directory on a specified FileSystem. |
class |
FileSystem
A class representing File System on local machine. |
class |
FileSystemList
A class that holds a list of RootDirectories (drives) that are available on the system Creating a FileSystemList Component |
class |
Printer
A class representing Printer attached to a local machine. |
class |
PrinterList
A class that holds a list of Printers that are available on the system Creating a PrinterList Component |
| Uses of Component in com.sas.lang |
|---|
| Subclasses of Component in com.sas.lang | |
|---|---|
class |
BooleanData
BooleanData is an implementation of BooleanDataInterface, for holding a boolean integer. |
class |
BooleanOperator
A BooleanOperator is an object which computes a boolean function of one or two boolean values. |
class |
ByteData
ByteData is an implementation of ByteDataInterface, for holding a byte integer. |
class |
CharacterData
CharacterData is an implementation of CharacterDataInterface, for holding a char integer. |
class |
DoubleData
DoubleData is an implementation of DoubleDataInterface, for holding a double integer. |
class |
FloatData
FloatData is an implementation of FloatDataInterface, for holding a float integer. |
class |
IntegerData
IntegerData is an implementation of IntegerDataInterface, for holding a int integer. |
class |
LongData
LongData is an implementation of LongDataInterface, for holding a long integer. |
class |
ObjectData
ObjectData is an implementation of ObjectDataInterface, a container for holding an Object. |
class |
ShortData
ShortData is an implementation of ShortDataInterface, for holding a short integer. |
class |
StringData
StringData is an implementation of StringDataInterface, for holding a String. |
| Uses of Component in com.sas.models |
|---|
| Subclasses of Component in com.sas.models | |
|---|---|
class |
BoundedDouble
A BoundedDouble is an implementation of BoundedNumberInterface. |
class |
BoundedLong
A BoundedLong is an implementation of BoundedNumberInterface. |
class |
ClassPathClasses
ClassPathClasses is a model that represents the classes in the CLASSPATH. |
class |
ColorList
A base class that creates an empty ordered collection. |
class |
ColorNameList
An associationlist of java.awt.SystemColor and com.sas.awt.Color objects as keys and name as values. |
class |
DefaultColorList
An Ordered Collection of java.awt.SystemColors and com.sas.awt.Color objects. |
class |
DefaultFontFamilyList
This class provides a list of font family names that are available on the system. |
class |
DefaultFontList
This class provides a list of font objects that are available on the system. |
class |
FontList
This class provides a list of font objects that are available on the system. |
class |
ImageLinkModel
Provides an implementation of ImageDataInterface |
class |
ImageModel
Provides an implementation of ImageDataInterface |
class |
IMDBTable
|
class |
KeyCollection
A collection containing strings for all of the java.awt.event.KeyEvent key codes. |
class |
RangeCollection
A RangeCollection defines a set of values and colors (a collection of RangeSegments). |
class |
RGBList
A class that has a list of color names associated with its RGB values(integer). |
class |
SimpleJSTreeNode
Deprecated. As of Version 2.0 this class has been replaced by com.sas.models.TreeNode |
class |
SimpleTable
SimpleTable manages any two-dimensional data where all the columns are of uniform type. |
class |
StaticTextModel
Provides an implementation of StringDataInterface |
class |
StatusStringData
StatusStringData is a class that extends from StringData that changes the text back to the model text after some amount of time after the text is set. |
class |
TextLinkModel
Extends TextLabelModel and provides an implementation of LinkDataInterface |
class |
TextValueModel
Provides an implementation of StringValueInterface |
class |
Tree
Tree is the implementation of TreeInterface. |
| Uses of Component in com.sas.net |
|---|
| Subclasses of Component in com.sas.net | |
|---|---|
class |
URL
A class representing a Uniform Resource Locator on the web. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||