|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWebBrowser
An opened Web browser instance (either internal or external).
This interface is not intended to be implemented by clients.
IWorkbenchBrowserSupport
Method Summary | |
---|---|
boolean |
close()
Closes this browser instance. |
java.lang.String |
getId()
Returns the unique identifier of this browser. |
void |
openURL(java.net.URL url)
Opens a URL on this Web browser instance. |
Method Detail |
---|
java.lang.String getId()
void openURL(java.net.URL url) throws PartInitException
url
- the URL to display
PartInitException
- if the browser fails to navigate to the provided url for
any reasonboolean close()
true
if the browser was closed or
false
if the operation failed or is not supported.
|
Eclipse Platform Release 3.2 |
|||||||||
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, 2006. All rights reserved.