Uses of Package
org.openide.util.datatransfer

Packages that use org.openide.util.datatransfer
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.actions There are a number of standard system actions available for use in the IDE. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
org.openide.modules The IDE is capable of being extended by pluggable modules providing additional functionality. 
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
org.openide.util.datatransfer The IDE uses special extensions to data transfer. 
 

Classes in org.openide.util.datatransfer used by org.openide
ExClipboard
          Extended clipboard that supports listeners that can be notified about changes of content.
 

Classes in org.openide.util.datatransfer used by org.openide.actions
PasteType
          Clipboard operation providing one kind of paste action.
 

Classes in org.openide.util.datatransfer used by org.openide.loaders
ExTransferable.Single
          Support for transferable owner with only one data flavor.
NewType
          Describes a type that can be created anew.
 

Classes in org.openide.util.datatransfer used by org.openide.modules
ExClipboard.Convertor
          Convertor that can convert the contents of a clipboard to additional flavors.
 

Classes in org.openide.util.datatransfer used by org.openide.nodes
ExTransferable.Single
          Support for transferable owner with only one data flavor.
NewType
          Describes a type that can be created anew.
PasteType
          Clipboard operation providing one kind of paste action.
 

Classes in org.openide.util.datatransfer used by org.openide.src.nodes
NewType
          Describes a type that can be created anew.
 

Classes in org.openide.util.datatransfer used by org.openide.util.datatransfer
ClipboardEvent
          Event describing change of clipboard content.
ClipboardListener
          Listener to changes in the clipboard.
ExClipboard
          Extended clipboard that supports listeners that can be notified about changes of content.
ExClipboard.Convertor
          Convertor that can convert the contents of a clipboard to additional flavors.
ExTransferable
          Provides additional operations on a transferable.
ExTransferable.Single
          Support for transferable owner with only one data flavor.
TransferListener
          Allows listening to progress of manipulation with ExTransferable.
 



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