Uses of Class
com.sas.collection.OrderedCollection

Packages that use OrderedCollection
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
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.sasserver Access to base functionality in the SAS system, including selector dialogs and SAS code generation from templates. 
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 OrderedCollection in com.sas.awt
 

Methods in com.sas.awt that return OrderedCollection
protected  OrderedCollection TextArea.transformStrings(java.lang.String text)
          Parses a string into an ordered collection of objects
 

Uses of OrderedCollection in com.sas.collection
 

Fields in com.sas.collection declared as OrderedCollection
protected  OrderedCollection StringCollection.collection
          The actual data structure that holds the data
 

Uses of OrderedCollection in com.sas.io
 

Fields in com.sas.io declared as OrderedCollection
protected  OrderedCollection File.children
           
protected static OrderedCollection FileList.coc
           
protected static OrderedCollection FileList.driveCollection
           
protected static OrderedCollection FileList.newPathCollection
           
protected  OrderedCollection FileSystemList.oc
           
protected  OrderedCollection FileList.oc
           
protected static OrderedCollection FileList.pathCollection
           
 

Uses of OrderedCollection in com.sas.models
 

Subclasses of OrderedCollection in com.sas.models
 class ColorList
          A base class that creates an empty ordered collection.
 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.
 

Fields in com.sas.models declared as OrderedCollection
protected  OrderedCollection SimpleJSTreeNode.children
          Deprecated.  
protected  OrderedCollection TreeNodeAdaptor.children
           
protected  OrderedCollection TreeNode.children
           
protected  OrderedCollection Node.children
          nodeChildren property.
protected  OrderedCollection IMDBTable.columnInfos
           
protected  OrderedCollection IMDBTable.dataSetIDs
           
protected  OrderedCollection IMDBTable.dataSetNames
           
protected static OrderedCollection BoundedLong.messages
           
protected static OrderedCollection BoundedDouble.messages
           
protected  OrderedCollection RangeCollection.segments
           
protected  OrderedCollection IMDBTable.updates
           
 

Methods in com.sas.models with parameters of type OrderedCollection
 void IMDBTable.deleteRow(int rowIndex, OrderedCollection filesIncludedInDeletion)
           
 

Uses of OrderedCollection in com.sas.sasserver
 

Fields in com.sas.sasserver declared as OrderedCollection
protected  OrderedCollection RemoteObjectCustomizerPanel.dialogDisposeList
          Registered dialogs that require dispose being called.
protected  OrderedCollection RemoteObjectSelectorDialog.remoteObjects
          Registered RemoteBaseClient objects.
protected  OrderedCollection RemoteObjectCustomizerPanel.remoteObjects
          Registered RemoteBaseClient objects.
 

Uses of OrderedCollection in com.sas.swing.visuals
 

Fields in com.sas.swing.visuals declared as OrderedCollection
 OrderedCollection NodeState.children
          Contains the states of any child nodes.
 

Uses of OrderedCollection in com.sas.table
 

Methods in com.sas.table with parameters of type OrderedCollection
static int CellVector.resize(OrderedCollection cellVectors, int newSize, boolean relative)
          Resizes a given set of CellVectors to conform to a given size.
static int CellVector.resize(OrderedCollection cellVectors, int newSize, boolean relative, boolean preserve)
          Resizes a given set of CellVectors to conform to a given size.
 

Uses of OrderedCollection in com.sas.visuals
 

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

Fields in com.sas.visuals declared as OrderedCollection
 OrderedCollection ListBoxSelector.bottomButtonPanelCommands
           
 OrderedCollection ListBoxSelector.buttonPanelCommands
           
 OrderedCollection NodeState.children
          Contains the states of any child nodes.
protected  OrderedCollection ImageAnimation.defaultSequenceModel
          OrderedCollection of images to be in the sequence of the animation
 

Methods in com.sas.visuals with parameters of type OrderedCollection
protected  NodeInterface ClassSelectorPanel.searchForClassNode(NodeInterface baseNode, java.lang.String className, OrderedCollection path)
          searchForClassNode searches the descendants of baseNode
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.