|
Eclipse Platform Release 4.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. |
String |
getId()
Returns the unique identifier of this browser. |
void |
openURL(URL url)
Opens a URL on this Web browser instance. |
Method Detail |
---|
String getId()
void openURL(URL url) throws PartInitException
NOTE This method must be called from the current UI thread
url
- the URL to display
PartInitException
- if the browser fails to navigate to the provided url for
any reasonboolean close()
NOTE This method must be called from the current UI thread
true
if the browser was closed or false
if the operation failed or is not supported.
|
Eclipse Platform Release 4.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2013. All rights reserved.