|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.ebob.internal.inspect.AbstractNode
edu.wpi.ebob.internal.inspect.RootNode
public class RootNode
Represents the very top node in the table tree viewer in
PropertiesView
.
Field Summary |
---|
Fields inherited from class edu.wpi.ebob.internal.inspect.AbstractNode |
---|
children |
Constructor Summary | |
---|---|
RootNode(IClass type,
IObject result)
adds a ReturnValueNode as a child of this node. |
|
RootNode(Instance instance)
adds an InstanceNode as a child of this node. |
Method Summary | |
---|---|
java.lang.String |
getName()
does nothing. |
IClass |
getType()
returns the Class object associated with this node. |
IObject |
getValue()
does nothing. |
Methods inherited from class edu.wpi.ebob.internal.inspect.AbstractNode |
---|
addChild, getChildren, getImage, getParent, getValueAsString, hasChildren, setParent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RootNode(Instance instance)
InstanceNode
as a child of this node.
public RootNode(IClass type, IObject result)
ReturnValueNode
as a child of this node.
result
- Method Detail |
---|
public java.lang.String getName()
null
.Node.getName()
public IObject getValue()
null
.Node.getValue()
public IClass getType()
Node
Class
object associated with this node.
null
Node.getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |