public abstract class AbstractWebBrowser extends Object implements IWebBrowser
IWebBrowser interface.| Constructor and Description |
|---|
AbstractWebBrowser(String id)
The constructor that accepts the unique browser identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
close()
Closes this browser instance.
|
String |
getId()
Returns the unique identifier of this browser.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitopenURLpublic AbstractWebBrowser(String id)
id - the unique browser identifierpublic String getId()
IWebBrowsergetId in interface IWebBrowserpublic boolean close()
IWebBrowserNOTE This method must be called from the current UI thread
close in interface IWebBrowsertrue if the browser was closed or false
if the operation failed or is not supported.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.