com.sas.models
Interface StaticLevelNodeInterface

All Known Implementing Classes:
LevelTreeNode, ProgressiveLevelTreeNode

public interface StaticLevelNodeInterface

StaticNodeCellStyleKeyInterface provides an interface for nodes that want to implement returning a cell style key. The key is used in certain viewers to determine the styling of the cell of the node.


Method Summary
abstract  int getIndex()
          getIndex returns the level of the node.
abstract  int getLevel()
          getLevel returns the level of the node.
 

Method Detail

getLevel

int getLevel()
getLevel returns the level of the node.


getIndex

int getIndex()
getIndex returns the level of the node.




Copyright © 2009 SAS Institute Inc. All Rights Reserved.