Uses of Interface
org.eclipse.ui.browser.IWorkbenchBrowserSupport
-
Packages that use IWorkbenchBrowserSupport Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.browser Web browser support APIs for opening URLs from Eclipse applications -
-
Uses of IWorkbenchBrowserSupport in org.eclipse.ui
Methods in org.eclipse.ui that return IWorkbenchBrowserSupport Modifier and Type Method Description IWorkbenchBrowserSupport
IWorkbench. getBrowserSupport()
Return the browser support for this workbench. -
Uses of IWorkbenchBrowserSupport in org.eclipse.ui.browser
Classes in org.eclipse.ui.browser that implement IWorkbenchBrowserSupport Modifier and Type Class Description class
AbstractWorkbenchBrowserSupport
ImplementsIWorkbenchBrowserSupport
while leaving some methods to the implementors.
-