|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FrameWindow | |
|---|---|
| com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
| 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 FrameWindow in com.gargoylesoftware.htmlunit |
|---|
| Methods in com.gargoylesoftware.htmlunit with parameters of type FrameWindow | |
|---|---|
void |
WebWindowImpl.addChildWindow(FrameWindow child)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. |
| Uses of FrameWindow in com.gargoylesoftware.htmlunit.html |
|---|
| Methods in com.gargoylesoftware.htmlunit.html that return FrameWindow | |
|---|---|
FrameWindow |
HtmlPage.getFrameByName(String name)
Returns the first frame contained in this page with the specified name. |
| Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type FrameWindow | |
|---|---|
List<FrameWindow> |
HtmlPage.getFrames()
Returns a list containing all the frames (from frame and iframe tags) in this page. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||