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

Packages that use Node.Handle
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
org.openide.nodes The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
org.openide.src.nodes Source elements can be represented by default element nodes
 

Uses of Node.Handle in org.openide.loaders
 

Methods in org.openide.loaders that return Node.Handle
 Node.Handle DataNode.getHandle()
          Handle for location of given data object.
 

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
abstract  Node.Handle Node.getHandle()
          Obtain handle for this node (for serialization).
 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.
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.
 

Uses of Node.Handle in org.openide.src.nodes
 

Methods in org.openide.src.nodes that return Node.Handle
 Node.Handle ElementNode.getHandle()
          Get a handle.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.