public class AwtClipboardHandler extends Object implements ClipboardHandler
ClipboardHandler using the Clipboard.| Constructor and Description |
|---|
AwtClipboardHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClipboardContent() |
void |
setClipboardContent(String string)
Writes the sting to the system clipboard.
|
public String getClipboardContent()
getClipboardContent in interface ClipboardHandlerpublic void setClipboardContent(String string)
setClipboardContent in interface ClipboardHandlerstring - the content to be stored in the clipboardCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.