|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use StaticDictionaryInterface | |
|---|---|
| com.sas.collection | Provides several classes which implement data structures called collections. |
| com.sas.models | Interfaces and classes for models which may be displayed in various viewers. |
| 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.visuals | Additional user interface components not provided in AWT. |
| Uses of StaticDictionaryInterface in com.sas.collection |
|---|
| Subinterfaces of StaticDictionaryInterface in com.sas.collection | |
|---|---|
interface |
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. |
interface |
DictionaryInterface
A dictionary interface, for objects which store and retrieve values by name |
| Classes in com.sas.collection that implement StaticDictionaryInterface | |
|---|---|
class |
AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
class |
Dictionary
A Dictionary stores and retrieves values by a key. |
class |
StaticDictionary
A StaticDictionary is a class which hides the update
methods of a dictionary object. |
| Constructors in com.sas.collection with parameters of type StaticDictionaryInterface | |
|---|---|
StaticDictionary(StaticDictionaryInterface dictionary)
Create a StaticDictionary which provides read-only
access to a Dictionary. |
|
| Uses of StaticDictionaryInterface in com.sas.models |
|---|
| Classes in com.sas.models that implement StaticDictionaryInterface | |
|---|---|
class |
ColorNameList
An associationlist of java.awt.SystemColor and com.sas.awt.Color objects as keys and name as values. |
class |
RGBList
A class that has a list of color names associated with its RGB values(integer). |
| Uses of StaticDictionaryInterface in com.sas.swing.visuals |
|---|
| Methods in com.sas.swing.visuals that return StaticDictionaryInterface | |
|---|---|
StaticDictionaryInterface |
TreeView.getNodeTypeStyles()
Returns the set of node types and their associated styles. |
| Uses of StaticDictionaryInterface in com.sas.table |
|---|
| Methods in com.sas.table that return StaticDictionaryInterface | |
|---|---|
StaticDictionaryInterface |
TableView.getCellTypeStyles()
Returns the set of cell types and their associated styles. |
| Uses of StaticDictionaryInterface in com.sas.visuals |
|---|
| Methods in com.sas.visuals that return StaticDictionaryInterface | |
|---|---|
StaticDictionaryInterface |
TreeView.getNodeTypeStyles()
Returns the set of node types and their associated styles. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||