JSR-62 (Final)

Uses of Interface
java.awt.datatransfer.Transferable

Packages that use Transferable
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications. 
 

Uses of Transferable in java.awt.datatransfer
 

Classes in java.awt.datatransfer that implement Transferable
 class StringSelection
          A Transferable which implements the capability required to transfer a String.
 

Fields in java.awt.datatransfer declared as Transferable
protected  Transferable Clipboard.contents
           
 

Methods in java.awt.datatransfer that return Transferable
 Transferable Clipboard.getContents(Object requestor)
          Returns a transferable object representing the current contents of the clipboard.
 

Methods in java.awt.datatransfer with parameters of type Transferable
 void ClipboardOwner.lostOwnership(Clipboard clipboard, Transferable contents)
          Notifies this object that it is no longer the owner of the contents of the clipboard.
 void Clipboard.setContents(Transferable contents, ClipboardOwner owner)
          Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the owner of the new contents.
 void StringSelection.lostOwnership(Clipboard clipboard, Transferable contents)
           
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.