|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pivot.wtk.Clipboard
public final class Clipboard
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 |
|---|
public Clipboard()
| Method Detail |
|---|
public static Manifest getContent()
public static void setContent(LocalManifest content)
content -
public static void setContent(LocalManifest content,
ClipboardContentListener clipboardContentListener)
content -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||