站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Interface org.openide.nodes.Node.Handle (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

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

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.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.