Uses of Interface
org.htmlunit.html.impl.SelectionDelegate
-
Packages that use SelectionDelegate Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.html.impl Contains some implementation classes that have to be public to be used internally in different packages but that shouldn't be used directly by HtmlUnit users. -
-
Uses of SelectionDelegate in org.htmlunit.html
Fields in org.htmlunit.html declared as SelectionDelegate Modifier and Type Field Description private SelectionDelegate
DomText. selectionDelegate_
Methods in org.htmlunit.html with parameters of type SelectionDelegate Modifier and Type Method Description (package private) void
DoTypeProcessor. doType(java.lang.String currentValue, SelectionDelegate selectionDelegate, char c, HtmlElement element, boolean lastType)
(package private) void
DoTypeProcessor. doType(java.lang.String currentValue, SelectionDelegate selectionDelegate, int keyCode, HtmlElement element, boolean lastType)
-
Uses of SelectionDelegate in org.htmlunit.html.impl
Classes in org.htmlunit.html.impl that implement SelectionDelegate Modifier and Type Class Description class
SelectableTextSelectionDelegate
Contains standard selection-related functionality used by various input elements.class
SimpleSelectionDelegate
Contains selection-related functionality without an associated node.
-