Uses of Class
org.htmlunit.javascript.host.dom.Selection
-
Packages that use Selection Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of Selection in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as Selection Modifier and Type Field Description private Selection
Window. selection_
Methods in org.htmlunit.javascript.host that return Selection Modifier and Type Method Description Selection
Window. getSelection()
Returns the current selection.Selection
Window. getSelectionImpl()
Returns the current selection. -
Uses of Selection in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return Selection Modifier and Type Method Description Selection
Document. getSelection()
Returns the current selection. -
Uses of Selection in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return Selection Modifier and Type Method Description Selection
HTMLDocument. getSelection()
Returns the current selection.
-