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 ClipboardHandler
public void setClipboardContent(String string)
setClipboardContent
in interface ClipboardHandler
string
- the content to be stored in the clipboardCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.