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.
-
Interface Summary Interface Description IConfigurationWizard IConfigurationWizard defines the interface that users of the extension pointorg.eclipse.team.ui.configurationWizards
must implement.IConfigurationWizardExtension ExtendsIConfigurationWizard
to support the sharing of multiple projects.ISaveableWorkbenchPart Deprecated. Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
IScmUrlImportWizardPage IScmUrlImportWizardPage defines the interface that users of the extension pointorg.eclipse.team.ui.scmUrlImportPages
must implement.ISharedImages Images that are available for providers to re-use. -
Class Summary Class Description PageCompareEditorInput Abstract class for hosting a page based structure input view for the purposes of feeding compare viewers.PageSaveablePart Deprecated. Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
SaveablePartAdapter Deprecated. Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
SaveablePartDialog Deprecated. Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
TeamImages TeamImages provides convenience methods for accessing shared images provided by the org.eclipse.team.ui plug-in.TeamOperation An operation that can be configured to run in the foreground using theIProgressService
or the background as aJob
.TeamUI TeamUI contains public API for generic UI-based Team functionality.