Public Member Functions | |
String | getName () |
Object | getBean () |
boolean | isLeaf () |
NodeCollection | getNodeCollection () |
GPNode | getParent () |
Node | getPeerNode () |
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.
|
Returns the bean this node is based upon
Implemented in cern::gp::nodes::impl::GPFilterNode.
|
|
Returns the name of this node
|
|
Returns the children of this node. Null can be returned is this node is a leaf and does not have children.
Implemented in cern::gp::nodes::impl::GPBeanNode, and cern::gp::nodes::impl::GPFilterNode.
|
|
Returns the parent node of this node. A node has a parent node if it is member of the children of that node. If this node has no parent (it is a root node), null is returned.
Implemented in cern::gp::nodes::impl::GPBeanNode, and cern::gp::nodes::impl::GPFilterNode.
|
|
Returns the NetBeans nodes representing this node
Implemented in cern::gp::nodes::impl::GPBeanNode, and cern::gp::nodes::impl::GPFilterNode.
|
|
Test whether the node is a leaf, or may contain children.
|