|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.rwt.widgets.ExternalBrowser
public final class ExternalBrowser
Utility class to open and close an external browser window.
Field Summary | |
---|---|
static int |
LOCATION_BAR
Style parameter (value 1<<1) indicating that the address combo and 'Go' button will be created for the browser. |
static int |
NAVIGATION_BAR
Style parameter (value 1<<2) indicating that the navigation bar for navigating web pages will be created for the web browser. |
static int |
STATUS
Style constant (value 1<<3) indicating that status will be tracked and shown for the browser (page loading progress, text messages etc.). |
Method Summary | |
---|---|
static void |
close(java.lang.String id)
Closes the browser window denoted by the given id . |
static void |
open(java.lang.String id,
java.lang.String url,
int style)
Opens the given url in an external browser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LOCATION_BAR
Note: This style parameter is a hint and might be ignored by some browsers.
public static final int NAVIGATION_BAR
Note: This style parameter is a hint and might be ignored by some browsers.
public static final int STATUS
Note: This style parameter is a hint and might be ignored by some browsers.
Method Detail |
---|
public static void open(java.lang.String id, java.lang.String url, int style)
url
in an external browser.
The method will reuse an existing browser window if the same
id
value is passed to it.
id
- if an instance of a browser with the same id is already
opened, it will be reused instead of opening a new one. The id
must neither be null
nor empty.url
- the URL to display, must not be null
style
- the style display constants. Style constants should be
bitwise-ORed together.
SWTException
- id
or url
is null
id
is emptypublic static void close(java.lang.String id)
id
. The
method does nothing if there is no browser window with the given id.
id
- if an instance of a browser with the same id is opened,
it will be close. The id must neither be null
nor empty.
SWTException
- id
is
null
id
is empty
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.