org.apache.pivot.wtk
Class Clipboard

java.lang.Object
  extended by org.apache.pivot.wtk.Clipboard

public final class Clipboard
extends Object

Singleton class providing a means of sharing data between components and applications.


Constructor Summary
Clipboard()
           
 
Method Summary
static Manifest getContent()
          Retrieves the contents of the clipboard.
static void setContent(LocalManifest content)
          Places content on the clipboard.
static void setContent(LocalManifest content, ClipboardContentListener clipboardContentListener)
          Places content on the clipboard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clipboard

public Clipboard()
Method Detail

getContent

public static Manifest getContent()
Retrieves the contents of the clipboard.


setContent

public static void setContent(LocalManifest content)
Places content on the clipboard.

Parameters:
content -

setContent

public static void setContent(LocalManifest content,
                              ClipboardContentListener clipboardContentListener)
Places content on the clipboard.

Parameters:
content -