Package org.eclipse.team.ui
package org.eclipse.team.ui
Provides basic support for managing Team providers.
Package Specification
This package specifies the API for integrating Team support plug-ins into the workbench. This support includes:
- A set of common images for enabling a common Team look in the workbench.
- A configuration wizard extension for allowing Team providers to associate their provider with a project in the workspace.
- A synchronization infrastructure to allow Team providers to extend or participate in the Synchronize View.
-
ClassDescriptionIConfigurationWizard defines the interface that users of the extension point
org.eclipse.team.ui.configurationWizards
must implement.ExtendsIConfigurationWizard
to support the sharing of multiple projects.Deprecated.IScmUrlImportWizardPage defines the interface that users of the extension pointorg.eclipse.team.ui.scmUrlImportPages
must implement.Images that are available for providers to re-use.Abstract class for hosting a page based structure input view for the purposes of feeding compare viewers.Deprecated.Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
Deprecated.Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
Deprecated.Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
TeamImages provides convenience methods for accessing shared images provided by the org.eclipse.team.ui plug-in.An operation that can be configured to run in the foreground using theIProgressService
or the background as aJob
.TeamUI contains public API for generic UI-based Team functionality.
CompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)