com.sas.models
Interface LevelNodeInterface


public interface LevelNodeInterface

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  void setIndex(int index)
          setIndex sets the index for a node.
abstract  void setLevel(int level)
          setLevel sets the index for a node.
 

Method Detail

setIndex

void setIndex(int index)
setIndex sets the index for a node.

Parameters:
index -

setLevel

void setLevel(int level)
setLevel sets the index for a node.

Parameters:
level -



Copyright © 2009 SAS Institute Inc. All Rights Reserved.