org.lobobrowser.html
Interface BrowserFrame

All Known Implementing Classes:
SimpleBrowserFrame

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

getComponent

java.awt.Component getComponent()
Gets the component that renders the frame. This can be a HtmlPanel.


loadURL

void loadURL(java.net.URL url)
Loads a URL in the frame.


getContentDocument

org.w3c.dom.Document getContentDocument()
Gets the content document.


getHtmlRendererContext

HtmlRendererContext getHtmlRendererContext()
Gets the HtmlRendererContext of the frame.