|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.browser.AbstractWebBrowser
Clients that supply implementation of the workbench browser support should
extend this class for web browser instances they manage. Clients should not
implement the IWebBrowser
interface.
Constructor Summary | |
---|---|
AbstractWebBrowser(String id)
The constructor that accepts the unique browser identifier. |
Method Summary | |
---|---|
boolean |
close()
Closes this browser instance. |
String |
getId()
Returns the unique identifier of this browser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.browser.IWebBrowser |
---|
openURL |
Constructor Detail |
public AbstractWebBrowser(String id)
id
- the unique browser identifierMethod Detail |
public 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.
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.