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 Class
java.awt.datatransfer.Clipboard

Packages that use Clipboard
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications. 
 

Uses of Clipboard in java.awt
 

Methods in java.awt that return Clipboard
abstract  Clipboard Toolkit.getSystemClipboard()
          Gets the singleton instance of the system Clipboard which interfaces with clipboard facilities provided by the native platform.
 

Uses of Clipboard in java.awt.datatransfer
 

Methods in java.awt.datatransfer with parameters of type Clipboard
 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.
 


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.