org.lobobrowser.html.gui
Class FrameSetPanel
JComponent
org.lobobrowser.html.gui.FrameSetPanel
- NodeRenderer
public class FrameSetPanel
extends JComponent
A Swing panel used to render FRAMESETs only. It is
used by
HtmlPanel
when a document is determined
to be a FRAMESET.
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()
|
FrameSetPanel
public FrameSetPanel()
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.
- setRootNode in interface NodeRenderer
validateAll
protected void validateAll()