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

Uses of Class org.openide.util.datatransfer.ExTransferable.Single (NetBeans APIs) - NetBeans API Javadoc 4.1.0


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

Packages that use ExTransferable.Single
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.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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.