Uses of Interface
org.eclipse.ui.IWorkbench
-
Packages that use IWorkbench Package Description org.eclipse.equinox.p2.ui Provides provisioning user interface classes that can be used for assembling a provisioning UI.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.activities 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.databinding APIs for Workbench properties and observables for use with data bindingorg.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI.org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace.org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. -
-
Uses of IWorkbench in org.eclipse.equinox.p2.ui
Methods in org.eclipse.equinox.p2.ui with parameters of type IWorkbench Modifier and Type Method Description voidRepositoryManipulationPage. init(IWorkbench workbench) -
Uses of IWorkbench in org.eclipse.team.ui
Methods in org.eclipse.team.ui with parameters of type IWorkbench Modifier and Type Method Description voidIConfigurationWizard. init(IWorkbench workbench, IProject project)Initializes this creation wizard using the passed workbench and the selected project.voidIConfigurationWizardExtension. init(IWorkbench workbench, IProject[] projects)Initializes this creation wizard using the passed workbench and selected projects. -
Uses of IWorkbench in org.eclipse.ui
Methods in org.eclipse.ui that return IWorkbench Modifier and Type Method Description IWorkbenchIWorkbenchWindow. getWorkbench()Returns the workbench for this window.static IWorkbenchPlatformUI. getWorkbench()Returns the workbench.Methods in org.eclipse.ui with parameters of type IWorkbench Modifier and Type Method Description voidIWorkbenchPreferencePage. init(IWorkbench workbench)Initializes this preference page for the given workbench.voidIWorkbenchWizard. init(IWorkbench workbench, IStructuredSelection selection)Initializes this creation wizard using the passed workbench and object selection.voidIWorkbenchListener. postShutdown(IWorkbench workbench)Performs arbitrary finalization after the workbench stops running.booleanIWorkbenchListener. preShutdown(IWorkbench workbench, boolean forced)Notifies that the workbench is about to shut down. -
Uses of IWorkbench in org.eclipse.ui.actions
Constructors in org.eclipse.ui.actions with parameters of type IWorkbench Constructor Description ExportResourcesAction(IWorkbench workbench)Deprecated.use the constructorExportResourcesAction(IWorkbenchWindow)ExportResourcesAction(IWorkbench workbench, String label)Deprecated.use the constructorExportResourcesAction(IWorkbenchWindow, String)GlobalBuildAction(IWorkbench workbench, Shell shell, int type)Deprecated.use GlobalBuildAction(IWorkbenchWindow, type) insteadImportResourcesAction(IWorkbench workbench)Deprecated.use the constructorImportResourcesAction(IWorkbenchWindow) -
Uses of IWorkbench in org.eclipse.ui.activities
Fields in org.eclipse.ui.activities declared as IWorkbench Modifier and Type Field Description protected IWorkbenchActivityCategoryPreferencePage. workbenchTheIWorkbenchMethods in org.eclipse.ui.activities with parameters of type IWorkbench Modifier and Type Method Description voidActivitiesPreferencePage. init(IWorkbench aWorkbench)voidActivityCategoryPreferencePage. init(IWorkbench workbench) -
Uses of IWorkbench in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return IWorkbench Modifier and Type Method Description IWorkbenchIWorkbenchConfigurer. getWorkbench()Returns the underlying workbench. -
Uses of IWorkbench in org.eclipse.ui.databinding
Methods in org.eclipse.ui.databinding with parameters of type IWorkbench Modifier and Type Method Description static IObservableValue<IWorkbenchWindow>WorkbenchObservables. observeActiveWorkbenchWindow(IWorkbench workbench)Returns an observable value that tracks the active workbench window for the given workbench. -
Uses of IWorkbench in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text with parameters of type IWorkbench Modifier and Type Method Description voidTextEditorPreferencePage. init(IWorkbench workbench)Deprecated. -
Uses of IWorkbench in org.eclipse.ui.plugin
Methods in org.eclipse.ui.plugin that return IWorkbench Modifier and Type Method Description IWorkbenchAbstractUIPlugin. getWorkbench()Deprecated.UsePlatformUI.getWorkbench()directly -
Uses of IWorkbench in org.eclipse.ui.texteditor.templates
Methods in org.eclipse.ui.texteditor.templates with parameters of type IWorkbench Modifier and Type Method Description voidTemplatePreferencePage. init(IWorkbench workbench) -
Uses of IWorkbench in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator that return IWorkbench Modifier and Type Method Description protected IWorkbenchResourceNavigatorAction. getWorkbench()Deprecated.Returns the workbench. -
Uses of IWorkbench in org.eclipse.ui.wizards.datatransfer
Methods in org.eclipse.ui.wizards.datatransfer with parameters of type IWorkbench Modifier and Type Method Description voidExternalProjectImportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidFileSystemExportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidFileSystemImportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidZipFileExportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidZipFileImportWizard. init(IWorkbench workbench, IStructuredSelection currentSelection) -
Uses of IWorkbench in org.eclipse.ui.wizards.newresource
Methods in org.eclipse.ui.wizards.newresource that return IWorkbench Modifier and Type Method Description IWorkbenchBasicNewResourceWizard. getWorkbench()Returns the workbench which was passed toinit.Methods in org.eclipse.ui.wizards.newresource with parameters of type IWorkbench Modifier and Type Method Description voidBasicNewFileResourceWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidBasicNewFolderResourceWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidBasicNewProjectResourceWizard. init(IWorkbench workbench, IStructuredSelection currentSelection)voidBasicNewResourceWizard. init(IWorkbench theWorkbench, IStructuredSelection currentSelection)TheBasicNewResourceWizardimplementation of thisIWorkbenchWizardmethod records the given workbench and selection, and initializes the default banner image for the pages by callinginitializeDefaultPageImageDescriptor.
-