Package org.htmlunit
Interface ClipboardHandler
-
- All Superinterfaces:
java.io.Serializable
public interface ClipboardHandler extends java.io.Serializable
A handler for system clipboard access.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getClipboardContent()
void
setClipboardContent(java.lang.String string)
Writes the sting to the system clipboard.
-