Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

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 StringSelection.lostOwnership(Clipboard clipboard, Transferable contents)
           
 void ClipboardOwner.lostOwnership(Clipboard clipboard, Transferable contents)
          Notifies this object that it is no longer the clipboard owner.
 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.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.