Uses of Interface
com.sas.collection.DictionaryInterface

Packages that use DictionaryInterface
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.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. 
 

Uses of DictionaryInterface in com.sas.collection
 

Subinterfaces of DictionaryInterface 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.
 

Classes in com.sas.collection that implement DictionaryInterface
 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.
 

Methods in com.sas.collection that return DictionaryInterface
abstract  DictionaryInterface StaticPropertyBagInterface.toDictionary(DictionaryInterface initialDictionary)
          Place this property bag's items into a dictionary and return that dictionary.
 DictionaryInterface PropertyBag.toDictionary(DictionaryInterface initialDictionary)
          Place this property bag's items into a dictionary and return that dictionary.
 

Methods in com.sas.collection with parameters of type DictionaryInterface
abstract  DictionaryInterface StaticPropertyBagInterface.toDictionary(DictionaryInterface initialDictionary)
          Place this property bag's items into a dictionary and return that dictionary.
 DictionaryInterface PropertyBag.toDictionary(DictionaryInterface initialDictionary)
          Place this property bag's items into a dictionary and return that dictionary.
 

Uses of DictionaryInterface in com.sas.models
 

Classes in com.sas.models that implement DictionaryInterface
 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 DictionaryInterface in com.sas.util
 

Methods in com.sas.util that return DictionaryInterface
 DictionaryInterface DynamicPropertyBag.toDictionary(DictionaryInterface initialDictionary)
          Place the property bag items into a dictionary and return that dictionary.
 

Methods in com.sas.util with parameters of type DictionaryInterface
 DictionaryInterface DynamicPropertyBag.toDictionary(DictionaryInterface initialDictionary)
          Place the property bag items into a dictionary and return that dictionary.
 

Constructors in com.sas.util with parameters of type DictionaryInterface
Template(DictionaryInterface dictionary)
          Construct a Template with the object that implements the DictionaryInterface.
Template(java.lang.String pattern, DictionaryInterface dictionary)
          Construct a Template with the specified template and object that implements the DictionaryInterface.
Template(java.lang.String pattern, DictionaryInterface dictionary, char marker, char open, char close)
          Construct a Template with the specified template and object that implements the DictionaryInterface.
 

Uses of DictionaryInterface in com.sas.util.transforms
 

Methods in com.sas.util.transforms that return DictionaryInterface
protected  DictionaryInterface StringToDictionaryInterfaceTransform.newDictionary()
          Factory method to create a DictionaryInterface instance when transforming an object.
 DictionaryInterface StringToDictionaryInterfaceTransform.transform(DictionaryInterface dictionary, java.lang.String text)
          Transform a text string into a Dictionary
 

Methods in com.sas.util.transforms with parameters of type DictionaryInterface
 DictionaryInterface StringToDictionaryInterfaceTransform.transform(DictionaryInterface dictionary, java.lang.String text)
          Transform a text string into a Dictionary
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.