Package org.htmlunit
Interface ClipboardHandler
- All Superinterfaces:
Serializable
A handler for system clipboard access.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setClipboardContent
(String string) Writes the sting to the system clipboard.
-
Method Details
-
getClipboardContent
String getClipboardContent()- Returns:
- the current content of the clipboard
-
setClipboardContent
Writes the sting to the system clipboard.- Parameters:
string
- the content to be stored in the clipboard
-