public interface Clipboard
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContents()
gets the current content of the clipboard if it contains text
|
void |
setContents(java.lang.String content)
Sets the content of the system clipboard.
|