Public Member Functions | |
GPBeanNode (Object bean) throws IntrospectionException | |
GPBeanNode (Object bean, ChildrenManager childrenManager) throws IntrospectionException | |
HelpCtx | getHelpCtx () |
boolean | canRename () |
boolean | canDestroy () |
boolean | canCopy () |
boolean | canCut () |
Node.Handle | getHandle () |
NodeCollection | getNodeCollection () |
Node | getPeerNode () |
GPNode | getParent () |
Protected Member Functions | |
Sheet | createSheet () |
Private Attributes | |
NodeCollection | nodeCollection |
|
Creates a new GPBeanNode based on the given bean with no children The new node is therefore a leaf. |
|
Creates a new GPBeanNode based on the given bean and on the given children |
|
Can this node be copied?
|
|
Can this node be cut?
|
|
Can this node be destroyed?
|
|
Can this node be renamed?
|
|
Initialize a default property sheet; commonly overridden. If getSheet is called and there is not yet a sheet, this method is called to allow a subclass to specify its properties.
Warning: Do not call The default implementation returns an empty sheet.
|
|
Get a serializable handle for this node. Return null in this implementation which means the node is not persisted
|
|
Get context help associated with this node.
|
|
Returns the children of this node. Null can be returned is this node is a leaf and does not have children.
Implements cern::gp::nodes::GPNode.
|
|
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.
Implements cern::gp::nodes::GPNode.
|
|
Returns the NetBeans nodes representing this node
Implements cern::gp::nodes::GPNode.
|
|
a view of the children of this node |