com.sas.models
Interface MutableNodeInterface

All Superinterfaces:
NodeInterface, SimpleNodeInterface
All Known Implementing Classes:
ActionNode, ClassNode, LevelTreeNode, MDSelectorMenuItemNode, MenuBarNode, MenuItemNode, MenuNode, Node, NodeIcon, ProgressiveLevelTreeNode, SASListNode, SelectorMenuItemNode, TreeNode, TreeNodeAdaptor

public interface MutableNodeInterface
extends NodeInterface

MutableNodeInterface provides the set methods for the methods in NodeInterface.


Method Summary
abstract  void setNodeExpandedText(java.lang.String newValue)
          Sets the nodeExpandedText property.
abstract  void setNodeText(java.lang.String newValue)
          Sets the nodeText property.
abstract  void setNodeType(java.lang.String newValue)
          Sets the nodeType property.
 
Methods inherited from interface com.sas.models.NodeInterface
getNodeExpandedText, getNodeText, getNodeType
 
Methods inherited from interface com.sas.models.SimpleNodeInterface
countNodeChildren, getNodeChild, getNodeChildCount, getNodeChildren, isLeafNode
 

Method Detail

setNodeText

void setNodeText(java.lang.String newValue)
Sets the nodeText property.

Parameters:
newValue - the new value for the nodeText property

setNodeExpandedText

void setNodeExpandedText(java.lang.String newValue)
Sets the nodeExpandedText property.

Parameters:
newValue - the new value for the nodeExpandedText property

setNodeType

void setNodeType(java.lang.String newValue)
Sets the nodeType property.

Parameters:
newValue - the new value for the nodeType property.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.