|
|||||||||
| 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.ErrorNode
public class ErrorNode
The node indicating an error situation.
| Constructor Summary | |
|---|---|
ErrorNode(GPEException e)
|
|
| Method Summary | |
|---|---|
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorNode(GPEException e)
| Method Detail |
|---|
public int getChildCount()
Node
getChildCount in interface Nodepublic Node getChild(int i)
Node
getChild in interface Nodei - The index of the child to get
public boolean isLeaf()
Node
isLeaf in interface Nodetrue if the node if a leaf, false otherwise.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||