|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node.Handle | |
org.openide.nodes | The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. |
Uses of Node.Handle in org.openide.nodes |
Classes in org.openide.nodes that implement Node.Handle | |
class |
DefaultHandle
Simple implementation of Node.Handle . |
Methods in org.openide.nodes that return Node.Handle | |
static Node.Handle[] |
NodeOp.toHandles(Node[] nodes)
Takes array of nodes and creates array of handles. |
abstract Node.Handle |
Node.getHandle()
Obtain handle for this node (for serialization). |
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. |
Node.Handle |
AbstractNode.getHandle()
Get a serializable handle for this node. |
Methods in org.openide.nodes with parameters of type Node.Handle | |
static Node[] |
NodeOp.fromHandles(Node.Handle[] handles)
Takes array of handles and creates array of nodes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |