Uses of Interface
com.sas.util.IndexedGetInterface

Packages that use IndexedGetInterface
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.models Interfaces and classes for models which may be displayed in various viewers. 
com.sas.swing.models Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals. 
com.sas.util Utility classes for com.sas.servlet. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of IndexedGetInterface in com.sas.collection
 

Subinterfaces of IndexedGetInterface 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 OrderedCollectionInterface
          An ordered collection is a collection which accesses items via consecutive integer indices.
 interface SortedCollectionInterface
          SortedCollectionInterface defines an interface for an ordered collection which preserves a sort order when inserting items.
 interface StaticOrderedCollectionInterface
          A static ordered collection interface defines read access to items in an ordered collection.
 interface StringCollectionInterface
          StringCollectionInterface combines StringListInterface and OrderedCollectionInterface.
 

Classes in com.sas.collection that implement IndexedGetInterface
 class AssociationList
          AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index.
 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 SortedCollection
          SortedCollection is a collection which inserts items in a sort order defined by a Comparator.
 class StaticOrderedCollection
          A StaticOrderedCollection is a class which hides the update methods of a OrderedCollection object.
 class StringCollection
          A StringCollection is an ordered collection of java.lang.String values.
 

Methods in com.sas.collection with parameters of type IndexedGetInterface
static java.lang.Object OrderedCollection.toArray(IndexedGetInterface collection)
          Return a new array of objects containing the contents of the collection.
 

Uses of IndexedGetInterface in com.sas.io
 

Classes in com.sas.io that implement IndexedGetInterface
 class File
          A class representing a File on the host file system.
 class FileList
          A class that holds a list of File and Directory names that are available in a Directory on a specified FileSystem.
 class FileSystemList
          A class that holds a list of RootDirectories (drives) that are available on the system Creating a FileSystemList Component FileSystemList fsl = new FileSystemList();
 class PrinterList
          A class that holds a list of Printers that are available on the system Creating a PrinterList Component PrinterList pl = new PrinterList(); Usage A PrinterList object can be used as a model for ListBox, ComboBox, or Tree.
 

Uses of IndexedGetInterface in com.sas.models
 

Classes in com.sas.models that implement IndexedGetInterface
 class AlphabeticSequencer
          AlphabeticSequencer is a utility that assigns a sequence of characters of the alphabet to a given integer value.
 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 IMDBTable
           
 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 IndexedGetInterface in com.sas.swing.models
 

Fields in com.sas.swing.models declared as IndexedGetInterface
protected  IndexedGetInterface ListModelAdapter.model
           
 

Methods in com.sas.swing.models that return IndexedGetInterface
 IndexedGetInterface ListModelAdapter.getModel()
           
protected  IndexedGetInterface ListModelAdapter.newDefaultModel()
           
 

Methods in com.sas.swing.models with parameters of type IndexedGetInterface
 void MutableComboBoxModelAdapter.setModel(IndexedGetInterface model)
           
 void ListModelAdapter.setModel(IndexedGetInterface collection)
           
 

Constructors in com.sas.swing.models with parameters of type IndexedGetInterface
ComboBoxModelAdapter(IndexedGetInterface collection)
          Constructor.
ListModelAdapter(IndexedGetInterface collection)
           
 

Uses of IndexedGetInterface in com.sas.util
 

Subinterfaces of IndexedGetInterface in com.sas.util
 interface IndexedSetInterface
          IndexedSetInterface is an interface which defines a set(int, Object) method, commonly used for setting or storing items into indexed collections of objects.
 

Classes in com.sas.util that implement IndexedGetInterface
 class ArrayAccess
          A wrapper for an Object[] array so that it may be sorted with the static sort methods in Sort
 class VectorAccess
          A wrapper for a
Methods in com.sas.util with parameters of type IndexedGetInterface
 int PrefixPredicate.findItemByPrefix(IndexedGetInterface collection, int startIndex)
          Return the index of the item starting with the prefix string.
 

Uses of IndexedGetInterface in com.sas.visuals
 

Subinterfaces of IndexedGetInterface in com.sas.visuals
 interface SelectionGroupInterface
          SelectionGroupInterface is an interface used to group and manipulate SelectableInterface objects.
 

Classes in com.sas.visuals that implement IndexedGetInterface
 class SelectionGroup
          SelectionGroup is a class used to group and manipulate SelectableInterface objects.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.