org.lobobrowser.html.gui

Class FrameSetPanel

Implemented Interfaces:
NodeRenderer

public class FrameSetPanel
extends JComponent
implements NodeRenderer

A Swing panel used to render a FRAMESET.
See Also:
HtmlPanel, HtmlBlockPanel

Constructor Summary

FrameSetPanel()

Method Summary

void
doLayout()
This method is invoked by AWT in the GUI thread to lay out the component.
void
processDocumentNotifications(org.lobobrowser.html.gui.DocumentNotification[] notifications)
void
setBounds(int x, int y, int w, int h)
void
setRootNode(NodeImpl node)
Sets the FRAMESET node and invalidates the component so it can be rendered immediately in the GUI thread.
protected void
validateAll()

Constructor Details

FrameSetPanel

public FrameSetPanel()

Method Details

doLayout

public void doLayout()
This method is invoked by AWT in the GUI thread to lay out the component. This implementation is an override.

processDocumentNotifications

public final void processDocumentNotifications(org.lobobrowser.html.gui.DocumentNotification[] notifications)

setBounds

public void setBounds(int x,
                      int y,
                      int w,
                      int h)

setRootNode

public void setRootNode(NodeImpl node)
Sets the FRAMESET node and invalidates the component so it can be rendered immediately in the GUI thread.
Specified by:
setRootNode in interface NodeRenderer

validateAll

protected void validateAll()