public interface GPNode
NodeCollection) are managed by a ChildrenManager.
GPNode is the same concept as Node in NetBeans, but wraps the API to make easier to
understand and use.
org.openide.nodes.Node,
NodeFactory,
NodeCollection| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBean()
Returns the bean this node is based upon
|
java.lang.String |
getName()
Returns the name of this node
|
NodeCollection |
getNodeCollection()
Returns the children of this node.
|
GPNode |
getParent()
Returns the parent node of this node.
|
Node |
getPeerNode()
Returns the NetBeans nodes representing this node
|
boolean |
isLeaf()
Test whether the node is a leaf, or may contain children.
|
java.lang.String getName()
java.lang.Object getBean()
boolean isLeaf()
NodeCollection getNodeCollection()
GPNode getParent()
the - parent node of this node or nullNode getPeerNode()
the - NetBeans nodes representing this node