Serialized Form

  • Package com.equo.chromium.swt

    • Class com.equo.chromium.swt.WindowEvent extends org.eclipse.swt.events.TypedEvent implements Serializable

      serialVersionUID:
      3617851997387174969L
      • Serialized Fields

        • addressBar

          boolean addressBar
          Specifies whether the Shell hosting the Browser should display an address bar.
          Since:
          3.1
        • browser

          Browser browser
          Browser provided by the application.
        • location

          org.eclipse.swt.graphics.Point location
          Requested location for the Shell hosting the Browser. It is null if no location has been requested.
        • menuBar

          boolean menuBar
          Specifies whether the Shell hosting the Browser should display a menu bar. Note that this is always true on OS X.
          Since:
          3.1
        • required

          boolean required
          Specifies whether the platform requires the user to provide a Browser to handle the new window.
          Since:
          3.1
        • size

          org.eclipse.swt.graphics.Point size
          Requested Browser size. The client area of the Shell hosting the Browser should be large enough to accommodate that size. It is null if no size has been requested.
        • statusBar

          boolean statusBar
          Specifies whether the Shell hosting the Browser should display a status bar.
          Since:
          3.1
        • toolBar

          boolean toolBar
          Specifies whether the Shell hosting the Browser should display a tool bar.
          Since:
          3.1