public interface IWebBrowser
This interface is not intended to be implemented by clients.
IWorkbenchBrowserSupport
String getId()
void openURL(URL url) throws PartInitException
url
- the URL to displayPartInitException
- 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.Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.