Package | Description |
---|---|
org.openide.nodes |
NetBeans uses
nodes
to represent JavaBeans or other property containers, formed into a
hierarchical tree.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHandle
Simple implementation of
Node.Handle . |
Modifier and Type | Method and Description |
---|---|
Node.Handle |
AbstractNode.getHandle()
Get a serializable handle for this node.
|
Node.Handle |
FilterNode.getHandle()
If this is FilterNode without any changes (subclassed, changed children)
and the original provides handle, stores them and
returns a new handle for the proxy.
|
abstract Node.Handle |
Node.getHandle()
Obtain handle for this node (for serialization).
|
static Node.Handle[] |
NodeOp.toHandles(Node[] nodes)
Takes array of nodes and creates array of handles.
|
Modifier and Type | Method and Description |
---|---|
static Node[] |
NodeOp.fromHandles(Node.Handle[] handles)
Takes array of handles and creates array of nodes.
|