Uses of Interface
com.sas.models.TreeInterface

Packages that use TreeInterface
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.sasserver.tree Generic Classes for implementing SAS File System hierarchy. 
com.sas.swing.models Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals. 
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
com.sas.util Utility classes for com.sas.servlet. 
 

Uses of TreeInterface in com.sas.io
 

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

Classes in com.sas.models that implement TreeInterface
 class ActionNode
          ActionNode extends com.sas.models.Node and provides an implementation of com.sas.models.ActionInterface.
 class ClassNode
          ClassNode is a subclass of Node used by the ClassPathClasses model to attach additional information to a node representing a Class in the CLASSPATH.
 class ClassPathClasses
          ClassPathClasses is a model that represents the classes in the CLASSPATH.
 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 IMDBTable
           
 class MDSelectorMenuItemNode
          MDSelectorMenuNode extends SelectorMenuItemNode and provides an implementation of MDSelectorMenuNodeInterface
 class MenuBarNode
          MenuBarNode extends Node and is the root node for menu type models.
 class MenuItemNode
          MenuItemNode extends Node and provides an implementation of MenuItemNodeInterface
 class MenuNode
          MenuNode extends Node and provides an implementation of MenuNodeInterface
 class Node
          Node is a generic implementation of NodeInterface and MutableSimpleNodeInterface.
 class NodeIcon
          NodeIcon extends Node and provides an implementation of NodeIconInterface
 class SelectorMenuItemNode
          SelectorMenuNode extends MenuNode and provides an implementation of SelectorMenuNodeInterface
 class Tree
          Tree is the implementation of TreeInterface.
 class TreeNode
          The TreeNode model creates nodes that can be used to create a hierarchical structure.
 class TreeNodeAdaptor
          The TreeNodeAdaptor takes a NodeInterface and creates a TreeNodeAdaptor.
 

Uses of TreeInterface in com.sas.sasserver
 

Classes in com.sas.sasserver that implement TreeInterface
 class SASListNode
          SASListNode is an abstract class which is subclassed by the SASDataSetNode and SASCatalogEntryListNode classes.
 

Uses of TreeInterface in com.sas.sasserver.tree
 

Subinterfaces of TreeInterface in com.sas.sasserver.tree
 interface LevelTreeInterface
           LevelTreeInterface defines an interface that is used to talk to the SAS server to create a LevelTree which can be used to display a SAS level dataset.
 interface LevelTreeV2Interface
           
 interface LevelTreeV3Interface
           
 interface ServerNodeInterface
          ServerNodeInterface is a generic interface for accessing tree structured data.
 

Classes in com.sas.sasserver.tree that implement TreeInterface
 class _rprxIOMLevelTree
           
 class _rprxIOMLevelTreeV2
           
 class _rprxIOMLevelTreeV3
           
 class _rprxJ2LevelTree
           
 class _rprxJ2LevelTreeV2
           
 class _rprxJ2LevelTreeV3
           
 class _rprxJ2ServerNode
           
 class _rprxRemoteDesignTimeLevelTree
           
 class _rprxRemoteDesignTimeLevelTreeV2
           
 class _rprxRemoteDesignTimeLevelTreeV3
           
 class _rprxRemoteDesignTimeServerNode
           
 class _rprxRemoteLevelTreeClient
           
 class _rprxRemoteLevelTreeV2Client
           
 class _rprxRemoteLevelTreeV3Client
           
 class _rprxRemoteServerNodeClient
           
 class LevelTreeNode
          LevelTreeNode creates TreeNodes using the hlist which is created using server side TREE SCL.
 class NodeDelegate
          NodeDelegate is a generic class for displaying tree structured data.
 class ProgressiveLevelTreeNode
          ProgressiveLevelTreeNode creates ProgressiveLevelTreeNodes using the hlist which is created using server side TREE SCL.
 class ServerNodeDelegate
          ServerNodeInterface is a generic interface for accessing tree structured data.
 

Uses of TreeInterface in com.sas.swing.models
 

Fields in com.sas.swing.models declared as TreeInterface
protected  TreeInterface TreeModelAdapter.model
           
 

Methods in com.sas.swing.models that return TreeInterface
 TreeInterface TreeModelAdapter.getModel()
           
protected  TreeInterface TreeModelAdapter.newDefaultModel()
           
 

Methods in com.sas.swing.models with parameters of type TreeInterface
 void TreeModelAdapter.setModel(TreeInterface tree)
           
 

Constructors in com.sas.swing.models with parameters of type TreeInterface
TreeModelAdapter(TreeInterface table)
           
 

Uses of TreeInterface in com.sas.swing.visuals
 

Fields in com.sas.swing.visuals declared as TreeInterface
protected  TreeInterface HierarchyListCellRenderer._treeHierarchy
          TreeInterface by which to determine the depth of an item.
 

Methods in com.sas.swing.visuals that return TreeInterface
 TreeInterface TreeView.getDefaultModel()
          Returns the default model.
 TreeInterface TreeView.getModel()
           
 

Methods in com.sas.swing.visuals with parameters of type TreeInterface
 void TreeView.refresh(TreeInterface model)
          Notifies the view that a model has changed.
 void TreeView.setDefaultModel(TreeInterface newValue)
          Sets the default model.
 void HierarchyListCellRenderer.setHierarchy(TreeInterface hierarchy)
          Sets the hierarchy from which to determine the depth of an item.
 void TreeView.setModel(TreeInterface model)
          Attaches or detaches a model to the TreeView.
 

Uses of TreeInterface in com.sas.util
 

Methods in com.sas.util that return TreeInterface
abstract  TreeInterface TreeIteratorInterface.getTree()
          Returns the tree being traversed.
 TreeInterface TreeIterator.getTree()
          Returns the tree being traversed.
 

Constructors in com.sas.util with parameters of type TreeInterface
PreorderTreeIterator(TreeInterface tree)
          Constructor.
TreeIterator(TreeInterface tree)
          Constructor.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.