com.sas.dataselectors.calculateditems
Class MemberNodeInfo
com.sas.dataselectors.calculateditems.MemberNodeInfo
All Implemented Interfaces: java.io.Serializable , java.lang.Cloneable , javax.swing.tree.MutableTreeNode , javax.swing.tree.TreeNode
public class MemberNodeInfo
See Also: Serialized Form
Methods inherited from class com.sas.dataselectors.calculateditems.NodeInfo
breadthFirstEnumeration , children , depthFirstEnumeration , getChildAfter , getChildAt , getChildBefore , getFirstChild , getFirstLeaf , getIndex , getLastChild , getLastLeaf , getLeafCount , getNextLeaf , getNextNode , getPreviousLeaf , getPreviousNode , getText , getUniqueName , isExpanded , isLeaf , isNodeChild , postorderEnumeration , preorderEnumeration , remove , remove , removeAllChildren , removeFromParent , setExpanded , setParent , toString
MemberNodeInfo
public MemberNodeInfo (MemberInterface member)
populateChildren
public boolean populateChildren ()
Description copied from class: NodeInfo
Retrieves child information. Retrieval of all information related to the children of this node
is delayed until it is needed by one of the other methods in this class.
Overrides: populateChildren
in class NodeInfo
Returns: true if the initialization routine completed successfully
getChildCount
public int getChildCount ()
Specified by: getChildCount
in interface javax.swing.tree.TreeNode
Overrides: getChildCount
in class javax.swing.tree.DefaultMutableTreeNode
Copyright © 2009 SAS Institute Inc. All Rights Reserved.