Class FrameSetPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, NodeRenderer

public class FrameSetPanel extends JComponent implements NodeRenderer
A Swing panel used to render FRAMESETs only. It is used by HtmlPanel when a document is determined to be a FRAMESET.
See Also:
  • Constructor Details

    • FrameSetPanel

      public FrameSetPanel()
  • Method Details

    • 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()
    • processDocumentNotifications

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

      public void setBounds(int x, int y, int w, int h)
      Overrides:
      setBounds in class Component
    • doLayout

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