|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use AssociationListInterface | |
|---|---|
| com.sas.collection | Provides several classes which implement data structures called collections. |
| 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.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. |
| Uses of AssociationListInterface in com.sas.collection |
|---|
| Classes in com.sas.collection that implement AssociationListInterface | |
|---|---|
class |
AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
| Methods in com.sas.collection with parameters of type AssociationListInterface | |
|---|---|
boolean |
AssociationList.equals(AssociationListInterface otherAssociationList)
Compare the current items with those in another AssociationList and tell whether the collections are identical. |
| Uses of AssociationListInterface in com.sas.measures |
|---|
| Methods in com.sas.measures that return AssociationListInterface | |
|---|---|
static AssociationListInterface |
Time.makeUnitsAssociationList()
|
static AssociationListInterface |
Distance.makeUnitsAssociationList(int id)
Returns a collection of equivalent different units with scaled magnitude values. |
| Uses of AssociationListInterface in com.sas.models |
|---|
| Classes in com.sas.models that implement AssociationListInterface | |
|---|---|
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 AssociationListInterface in com.sas.util.transforms |
|---|
| Methods in com.sas.util.transforms with parameters of type AssociationListInterface | |
|---|---|
java.lang.Object |
StaticDictionaryInterfaceToStringTransform.transform(AssociationListInterface object)
Transform an object. |
| Uses of AssociationListInterface in com.sas.visuals |
|---|
| Methods in com.sas.visuals that return AssociationListInterface | |
|---|---|
AssociationListInterface |
UnitsBox.getUnits()
return the units association list. |
static AssociationListInterface |
UnitsBox.makeTimeUnits()
Deprecated. Use com.sas.measures.Time.makeUnitsAssociationList() |
| Methods in com.sas.visuals with parameters of type AssociationListInterface | |
|---|---|
void |
UnitsBox.setUnits(AssociationListInterface newUnits)
Set the units used to control the object. |
static void |
UnitsBox.validateUnits(AssociationListInterface unitList)
Check that the units list is valid and throw an exception if not. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||