org.openide.nodes 7.7.1

Uses of Interface
org.openide.nodes.NodeTransfer.Paste

Packages that use NodeTransfer.Paste
org.openide.nodes NetBeans uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
 

Uses of NodeTransfer.Paste in org.openide.nodes
 

Methods in org.openide.nodes that return NodeTransfer.Paste
static NodeTransfer.Paste NodeTransfer.findPaste(Transferable t)
          Find an intelligent source of paste types in a transferable.
 

Methods in org.openide.nodes with parameters of type NodeTransfer.Paste
static ExTransferable.Single NodeTransfer.createPaste(NodeTransfer.Paste paste)
          Creates transfer object that is used to carry an intelligent paste source through transferable or clipboard.
 


org.openide.nodes 7.7.1

Built on July 17 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.