Uses of Interface
org.htmlunit.ClipboardHandler
-
Packages that use ClipboardHandler Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.platform Support for platform specific implementations (e.g. -
-
Uses of ClipboardHandler in org.htmlunit
Fields in org.htmlunit declared as ClipboardHandler Modifier and Type Field Description private ClipboardHandler
WebClient. clipboardHandler_
Methods in org.htmlunit that return ClipboardHandler Modifier and Type Method Description ClipboardHandler
WebClient. getClipboardHandler()
Returns the current clipboard handler.Methods in org.htmlunit with parameters of type ClipboardHandler Modifier and Type Method Description void
WebClient. setClipboardHandler(ClipboardHandler handler)
Sets the clipboard handler. -
Uses of ClipboardHandler in org.htmlunit.platform
Classes in org.htmlunit.platform that implement ClipboardHandler Modifier and Type Class Description class
AwtClipboardHandler
ClipboardHandler
using theClipboard
.
-