Uses of Class
com.gargoylesoftware.htmlunit.html.BaseFrame

Packages that use BaseFrame
com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. 
 

Uses of BaseFrame in com.gargoylesoftware.htmlunit.html
 

Subclasses of BaseFrame in com.gargoylesoftware.htmlunit.html
 class HtmlFrame
          Wrapper for the HTML element "frame".
 class HtmlInlineFrame
          Wrapper for the HTML element "iframe".
 

Methods in com.gargoylesoftware.htmlunit.html that return BaseFrame
 BaseFrame FrameWindow.getFrameElement()
          Gets the DOM node of the (i)frame containing this window.
 



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