All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class WebDebugFrame extends AbstractEditorFrame
A frame which presents the chromium debug tools for the currently selected/active Perspective View Resource.
See Also:
  • Constructor Details

    • WebDebugFrame

      public WebDebugFrame(Frame parentFrame, com.teamdev.jxbrowser.engine.Engine engine)
    • WebDebugFrame

      public WebDebugFrame(Frame parentFrame, com.teamdev.jxbrowser.engine.Engine engine, String initialUrl, String resourcePath, Runnable onClose)
  • Method Details

    • setDebugUrl

      public void setDebugUrl(String debugUrl, String frameTitle)
    • doApply

      protected void doApply()
      Description copied from class: AbstractEditorFrame
      Implement this to actually apply the current set of settings
      Specified by:
      doApply in class AbstractEditorFrame
    • isClosed

      public boolean isClosed()
    • onWindowClosed

      protected void onWindowClosed()
      Description copied from class: AbstractEditorFrame
      Called when the window is closed either by cancel or apply. Use for cleaning up
      Specified by:
      onWindowClosed in class AbstractEditorFrame