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, wait
openURL
public AbstractWebBrowser(String id)
id
- the unique browser identifierpublic String getId()
IWebBrowser
getId
in interface IWebBrowser
public boolean close()
IWebBrowser
NOTE This method must be called from the current UI thread
close
in interface IWebBrowser
true
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.