|
|||||||||
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. |
void |
setDefaultMarginInsets(java.awt.Insets insets)
Sets the default margin insets of the browser frame. |
void |
setDefaultOverflowX(int overflowX)
Sets the default horizontal overflow of the browser frame. |
void |
setDefaultOverflowY(int overflowY)
Sets the default vertical overflow of the browser 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.
void setDefaultMarginInsets(java.awt.Insets insets)
insets
- The margin insets.void setDefaultOverflowX(int overflowX)
overflowX
- See constants in RenderState
.void setDefaultOverflowY(int overflowY)
overflowY
- See constants in RenderState
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |