public interface IWebBrowser
This interface is not intended to be implemented by clients.
IWorkbenchBrowserSupport
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, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.