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
-
required
boolean required
Specifies whether the platform requires the user to provide aBrowser
to handle the new window.- Since:
- 3.1
-
browser
Browser browser
Browser
provided by the application. -
location
org.eclipse.swt.graphics.Point location
Requested location for theShell
hosting theBrowser
. It isnull
if no location has been requested. -
size
org.eclipse.swt.graphics.Point size
RequestedBrowser
size. The client area of theShell
hosting theBrowser
should be large enough to accommodate that size. It isnull
if no size has been requested. -
addressBar
boolean addressBar
Specifies whether theShell
hosting theBrowser
should display an address bar.- Since:
- 3.1
-
menuBar
boolean menuBar
Specifies whether theShell
hosting theBrowser
should display a menu bar. Note that this is alwaystrue
on OS X.- Since:
- 3.1
-
statusBar
boolean statusBar
Specifies whether theShell
hosting theBrowser
should display a status bar.- Since:
- 3.1
-
toolBar
boolean toolBar
Specifies whether theShell
hosting theBrowser
should display a tool bar.- Since:
- 3.1
-
-
Copyright © 2024. All rights reserved.