Uses of Class
org.openide.util.datatransfer.ExTransferable.Single

Packages that use ExTransferable.Single
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.util.datatransfer The IDE uses special extensions to data transfer. 
 

Uses of ExTransferable.Single in org.openide.loaders
 

Methods in org.openide.loaders that return ExTransferable.Single
static ExTransferable.Single LoaderTransfer.transferable(DataObject d, int actions)
          Creates transferable that represents an operation, such as cut-to-clipboard.
 

Uses of ExTransferable.Single in org.openide.nodes
 

Methods in org.openide.nodes that return ExTransferable.Single
static ExTransferable.Single NodeTransfer.transferable(Node n, int actions)
          Creates transferable that represents a node operation, such as cut-to-clipboard.
static ExTransferable.Single NodeTransfer.createPaste(NodeTransfer.Paste paste)
          Creates transfer object that is used to carry an intelligent paste source through transferable or clipboard.
 

Uses of ExTransferable.Single in org.openide.util.datatransfer
 

Methods in org.openide.util.datatransfer with parameters of type ExTransferable.Single
 void ExTransferable.put(ExTransferable.Single single)
          Add a new flavor with its data.
 



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