public interface ClipboardTransferCapable extends Capability
RemoteDesktopServerListener
listener mechanism.T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
canReadClipboard()
Allows to switch dynamically support of clipboard reading.
|
boolean |
canWriteToClipboard()
Allows to switch dynamically support of clipboard writing.
|
String |
getClipboardPlainText()
Read the clipboard content converted to a plain text.
|
String |
getClipboardText()
Read the clipboard content as text.
|
void |
setClipboardText(String text)
Set the clipboard content to the argument text.
|
boolean canReadClipboard()
boolean canWriteToClipboard()
String getClipboardText()
String getClipboardPlainText()
void setClipboardText(String text)
text
- the text to set the clipboard to.