Uses of Interface
org.eclipse.ui.IWorkbench
Package
Description
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
Provides basic support for managing Team providers.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Class hierarchies for plug-ins that integrate with
the Eclipse Platform UI.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
Provides the standard wizards for creating files,
folders, and projects in the workspace.
-
Uses of IWorkbench in org.eclipse.compare.internal
-
Uses of IWorkbench in org.eclipse.equinox.p2.ui
-
Uses of IWorkbench in org.eclipse.help.ui.internal
-
Uses of IWorkbench in org.eclipse.team.ui
Modifier and TypeMethodDescriptionvoid
IConfigurationWizard.init
(IWorkbench workbench, IProject project) Initializes this creation wizard using the passed workbench and the selected project.void
IConfigurationWizardExtension.init
(IWorkbench workbench, IProject[] projects) Initializes this creation wizard using the passed workbench and selected projects. -
Uses of IWorkbench in org.eclipse.ui
Modifier and TypeMethodDescriptionIWorkbenchWindow.getWorkbench()
Returns the workbench for this window.static IWorkbench
PlatformUI.getWorkbench()
Returns the workbench.Modifier and TypeMethodDescriptionvoid
IWorkbenchPreferencePage.init
(IWorkbench workbench) Initializes this preference page for the given workbench.void
IWorkbenchWizard.init
(IWorkbench workbench, IStructuredSelection selection) Initializes this creation wizard using the passed workbench and object selection.void
IWorkbenchListener.postShutdown
(IWorkbench workbench) Performs arbitrary finalization after the workbench stops running.boolean
IWorkbenchListener.preShutdown
(IWorkbench workbench, boolean forced) Notifies that the workbench is about to shut down. -
Uses of IWorkbench in org.eclipse.ui.actions
ModifierConstructorDescriptionExportResourcesAction
(IWorkbench workbench) Deprecated.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
Modifier and TypeFieldDescriptionprotected IWorkbench
ActivityCategoryPreferencePage.workbench
TheIWorkbench
Modifier and TypeMethodDescriptionvoid
ActivitiesPreferencePage.init
(IWorkbench aWorkbench) void
ActivityCategoryPreferencePage.init
(IWorkbench workbench) -
Uses of IWorkbench in org.eclipse.ui.application
Modifier and TypeMethodDescriptionIWorkbenchConfigurer.getWorkbench()
Returns the underlying workbench. -
Uses of IWorkbench in org.eclipse.ui.databinding.typed
Modifier and TypeMethodDescriptionstatic <S extends IWorkbench>
IValueProperty<S,IWorkbenchWindow> WorkbenchProperties.activeWindow()
Returns a property for observing the active window of a workbench. -
Uses of IWorkbench in org.eclipse.ui.editors.text
Modifier and TypeMethodDescriptionvoid
TextEditorPreferencePage.init
(IWorkbench workbench) Deprecated. -
Uses of IWorkbench in org.eclipse.ui.internal
Modifier and TypeClassDescriptionfinal class
The workbench class represents the top of the Eclipse user interface.Modifier and TypeMethodDescriptionWorkbenchConfigurer.getWorkbench()
WorkbenchWindow.getWorkbench()
-
Uses of IWorkbench in org.eclipse.ui.plugin
Modifier and TypeMethodDescriptionAbstractUIPlugin.getWorkbench()
Deprecated.UsePlatformUI.getWorkbench()
directly -
Uses of IWorkbench in org.eclipse.ui.texteditor.templates
-
Uses of IWorkbench in org.eclipse.ui.wizards.datatransfer
Modifier and TypeMethodDescriptionvoid
ExternalProjectImportWizard.init
(IWorkbench workbench, IStructuredSelection selection) void
FileSystemExportWizard.init
(IWorkbench workbench, IStructuredSelection currentSelection) void
FileSystemImportWizard.init
(IWorkbench currentWorkbench, IStructuredSelection currentSelection) void
ZipFileExportWizard.init
(IWorkbench workbench, IStructuredSelection currentSelection) void
ZipFileImportWizard.init
(IWorkbench currentWorkbench, IStructuredSelection currentSelection) -
Uses of IWorkbench in org.eclipse.ui.wizards.newresource
Modifier and TypeMethodDescriptionBasicNewResourceWizard.getWorkbench()
Returns the workbench which was passed toinit
.Modifier and TypeMethodDescriptionvoid
BasicNewFileResourceWizard.init
(IWorkbench workbench, IStructuredSelection currentSelection) void
BasicNewFolderResourceWizard.init
(IWorkbench workbench, IStructuredSelection currentSelection) void
BasicNewProjectResourceWizard.init
(IWorkbench workbench, IStructuredSelection currentSelection) void
BasicNewResourceWizard.init
(IWorkbench theWorkbench, IStructuredSelection currentSelection) TheBasicNewResourceWizard
implementation of thisIWorkbenchWizard
method records the given workbench and selection, and initializes the default banner image for the pages by callinginitializeDefaultPageImageDescriptor
.
ExportResourcesAction(IWorkbenchWindow)