Uses of Interface
org.htmlunit.ClipboardHandler
-
Packages that use ClipboardHandler Package Description org.htmlunit Framework classes (contains theWebClientclass 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 ClipboardHandlerWebClient. clipboardHandler_Methods in org.htmlunit that return ClipboardHandler Modifier and Type Method Description ClipboardHandlerWebClient. getClipboardHandler()Returns the current clipboard handler.Methods in org.htmlunit with parameters of type ClipboardHandler Modifier and Type Method Description voidWebClient. 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 classAwtClipboardHandlerClipboardHandlerusing theClipboard.
-