|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.gridbeans.plugins.controls.remotefs.TargetSystemNode
public class TargetSystemNode
The node representing a target system.
Constructor Summary | |
---|---|
TargetSystemNode(TargetSystemClient targetSystem)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
Node |
getChild(int i)
Get the child specified with the index. |
int |
getChildCount()
Get the number of children nodes. |
boolean |
isLeaf()
Check if the node is a leaf. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TargetSystemNode(TargetSystemClient targetSystem)
Method Detail |
---|
public int getChildCount()
Node
getChildCount
in interface Node
public Node getChild(int i)
Node
getChild
in interface Node
i
- The index of the child to get
public boolean isLeaf()
Node
isLeaf
in interface Node
true
if the node if a leaf, false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |