|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrowserFrame
The BrowserFrame
interface represents a browser frame.
A simple implementation of this interface is
provided in SimpleBrowserFrame
.
Method Summary | |
---|---|
java.awt.Component |
getComponent()
Gets the component that renders the frame. |
org.w3c.dom.Document |
getContentDocument()
Gets the content document. |
HtmlRendererContext |
getHtmlRendererContext()
Gets the HtmlRendererContext of the frame. |
void |
loadURL(java.net.URL url)
Loads a URL in the frame. |
Method Detail |
---|
java.awt.Component getComponent()
HtmlPanel
.
void loadURL(java.net.URL url)
org.w3c.dom.Document getContentDocument()
HtmlRendererContext getHtmlRendererContext()
HtmlRendererContext
of the frame.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |