Eclipse eRCP
Release 1.1

Uses of Interface
org.eclipse.ui.IWorkbench

Packages that use IWorkbench
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.  
org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI.  
 

Uses of IWorkbench in org.eclipse.ui
 

Methods in org.eclipse.ui that return IWorkbench
static IWorkbench PlatformUI.getWorkbench()
          Returns the workbench.
 IWorkbench IWorkbenchWindow.getWorkbench()
          Returns the workbench for this org.eclipse.jface.window.
 

Methods in org.eclipse.ui with parameters of type IWorkbench
 void IWorkbenchPreferencePage.init(IWorkbench workbench)
          Initializes this preference page for the given workbench.
 

Uses of IWorkbench in org.eclipse.ui.application
 

Methods in org.eclipse.ui.application that return IWorkbench
 IWorkbench IWorkbenchConfigurer.getWorkbench()
          Returns the underlying workbench.
 

Uses of IWorkbench in org.eclipse.ui.plugin
 

Methods in org.eclipse.ui.plugin that return IWorkbench
 IWorkbench AbstractUIPlugin.getWorkbench()
          Returns the Platform UI workbench.
 


Eclipse eRCP
Release 1.1