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