Uses of Class java.awt.datatransfer.Clipboard

Uses in package java.awt.datatransfer

Constructors with parameter type java.awt.datatransfer.Clipboard

Methods with parameter type java.awt.datatransfer.Clipboard

void
This method is called to notify this object that it no longer has ownership of the specified Clipboard.
void
Called when ownership of the clipboard object is lost.

Uses in package javax.swing

Methods with parameter type java.awt.datatransfer.Clipboard

void
Exports the property of the component c that was specified for this TransferHandler to the clipboard, performing the specified action.

Uses in package java.awt

Methods with return type java.awt.datatransfer.Clipboard

Clipboard
Returns the system clipboard.
Clipboard
Gets the singleton instance of the system selection as a Clipboard object.