org.lobobrowser.html

Interface BrowserFrame

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

Component
getComponent()
Gets the component that renders the frame.
Document
getContentDocument()
Gets the content document.
HtmlRendererContext
getHtmlRendererContext()
Gets the HtmlRendererContext of the frame.
void
loadURL(URL url)
Loads a URL in the frame.

Method Details

getComponent

public Component getComponent()

getContentDocument

public Document getContentDocument()
Gets the content document.

getHtmlRendererContext

public HtmlRendererContext getHtmlRendererContext()
Gets the HtmlRendererContext of the frame.

loadURL

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