Uses of Interface
com.sas.models.TreeNodeInterface

Packages that use TreeNodeInterface
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
com.sas.sasserver.tree Generic Classes for implementing SAS File System hierarchy. 
 

Uses of TreeNodeInterface in com.sas.models
 

Subinterfaces of TreeNodeInterface in com.sas.models
 interface TreeNodeV2Interface
          TreeNodeV2Interface is an interface for creating tree node.
 

Classes in com.sas.models that implement TreeNodeInterface
 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 TreeNodeInterface in com.sas.sasserver.tree
 

Classes in com.sas.sasserver.tree that implement TreeNodeInterface
 class LevelTreeNode
          LevelTreeNode creates TreeNodes using the hlist which is created using server side TREE SCL.
 class ProgressiveLevelTreeNode
          ProgressiveLevelTreeNode creates ProgressiveLevelTreeNodes using the hlist which is created using server side TREE SCL.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.