| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface BrowserFrameBrowserFrame represents a browser frame.
A simple implementation of this interface is
provided in SimpleBrowserFrame.
Method Summary | |
Component |
|
Document |
|
HtmlRendererContext |
|
void |
|
public Component getComponent()
Gets the component that renders the frame. This can be aHtmlPanel.
public Document getContentDocument()
Gets the content document.
public HtmlRendererContext getHtmlRendererContext()
Gets theHtmlRendererContextof the frame.
public void loadURL(URL url)
Loads a URL in the frame.