Uses of Interface
com.sas.models.StaticNodeCellStyleInterface

Packages that use StaticNodeCellStyleInterface
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 StaticNodeCellStyleInterface in com.sas.models
 

Subinterfaces of StaticNodeCellStyleInterface in com.sas.models
 interface NodeCellStyleInterface
          NodeCellStyleInterface defines that provid access to the style class for the cell of a node.
 

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

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