Package | Description |
---|---|
org.eclipse.ui.browser |
Web browser support APIs for opening URLs from Eclipse
applications
Package Specification
This package provides APIs that allow Eclipse plug-ins
to create instances of Web browsers and open URLs in them.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebBrowser
Clients that supply implementation of the workbench browser support should
extend this class for web browser instances they manage.
|
Modifier and Type | Method and Description |
---|---|
IWebBrowser |
IWorkbenchBrowserSupport.createBrowser(int style,
String browserId,
String name,
String tooltip)
Creates the new web browser instance.
|
IWebBrowser |
IWorkbenchBrowserSupport.createBrowser(String browserId)
Creates the new web browser instance.
|
IWebBrowser |
IWorkbenchBrowserSupport.getExternalBrowser()
Returns a shared instance of the external web browser.
|
IWebBrowser |
AbstractWorkbenchBrowserSupport.getExternalBrowser() |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.