public interface IWebBrowser
This interface is not intended to be implemented by clients.
IWorkbenchBrowserSupport
Modifier and Type | Method and Description |
---|---|
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.
|
String getId()
void openURL(URL url) throws PartInitException
NOTE This method must be called from the current UI thread
url
- the URL to displayPartInitException
- 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.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.