|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.tools.workbench.gui.NodeStatus
This class stores information about the state of a node in a tree.
Constructor Summary | |
NodeStatus()
This constructor creates a NodeStatus object. |
|
NodeStatus(int initialCapacity)
This constructor creates a NodeStatus object with the given initial capacity. |
Method Summary | |
void |
addChild(NodeStatus child)
This method add a child node status to the node status. |
NodeStatus |
getChildAt(int index)
This method returns the status of a children in the given position. |
int |
getChildCount()
This method returns the number of children that this node have. |
boolean |
isExpanded()
This method return true if the node was expanded. |
void |
setChildAt(NodeStatus child,
int index)
This method sets the children node status at the given position. |
void |
setExpanded(boolean expanded)
This method sets the expanded property to true or false. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NodeStatus()
public NodeStatus(int initialCapacity)
initialCapacity
- intMethod Detail |
public void addChild(NodeStatus child)
child
- com.ibm.dse.tools.validation.StatusNodepublic NodeStatus getChildAt(int index)
index
- intpublic int getChildCount()
public boolean isExpanded()
public void setChildAt(NodeStatus child, int index)
child
- com.ibm.dse.tools.validation.StatusNodeindex
- intpublic void setExpanded(boolean expanded)
expanded
- boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |