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
close
in interface IWebBrowser
true
if the browser was closed or
false
if the operation failed or is not supported.Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.