org.openide.nodes 7.2.1

Uses of Interface
org.openide.nodes.Node.Handle

Packages that use Node.Handle
org.openide.nodes NetBeans 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
 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.
 

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.
 


org.openide.nodes 7.2.1

Built on February 29 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.