Uses of Class
com.sas.collection.BaseCollection

Packages that use BaseCollection
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.visuals Additional user interface components not provided in AWT. 
 

Uses of BaseCollection in com.sas.collection
 

Subclasses of BaseCollection 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 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 BaseCollection in com.sas.models
 

Subclasses of BaseCollection in com.sas.models
 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 KeyCollection
          A collection containing strings for all of the java.awt.event.KeyEvent key codes.
 class RGBList
          A class that has a list of color names associated with its RGB values(integer).
 

Uses of BaseCollection in com.sas.visuals
 

Subclasses of BaseCollection in com.sas.visuals
 class SelectionGroup
          SelectionGroup is a class used to group and manipulate SelectableInterface objects.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.