Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.Selection

Packages that use Selection
com.gargoylesoftware.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.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 com.gargoylesoftware.htmlunit.javascript.host
 

Methods in com.gargoylesoftware.htmlunit.javascript.host that return Selection
 Selection Window.getSelection()
          Returns the current selection.
 Selection Window.jsxFunction_getSelection()
          Returns the current selection.
 

Uses of Selection in com.gargoylesoftware.htmlunit.javascript.host.html
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.html that return Selection
 Selection HTMLDocument.jsxGet_selection()
          Returns the value of the JavaScript attribute selection.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.