Interface | Description |
---|---|
IConfigurationWizard |
IConfigurationWizard defines the interface that users of the extension
point
org.eclipse.team.ui.configurationWizards must implement. |
IConfigurationWizardExtension |
Extends
IConfigurationWizard to support the sharing of multiple projects. |
ISaveableWorkbenchPart | Deprecated
Clients should use a subclass of
CompareEditorInput
and CompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) |
IScmUrlImportWizardPage |
IScmUrlImportWizardPage defines the interface that users of the extension
point
org.eclipse.team.ui.scmUrlImportPages must implement. |
ISharedImages |
Images that are available for providers to re-use.
|
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 of
CompareEditorInput
and CompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) |
SaveablePartAdapter | Deprecated
Clients should use a subclass of
CompareEditorInput
and CompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) |
SaveablePartDialog | Deprecated
Clients should use a subclass of
CompareEditorInput
and CompareUI.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
the
IProgressService or the background
as a Job . |
TeamUI |
TeamUI contains public API for generic UI-based Team functionality.
|
This package specifies the API for integrating Team support plug-ins into the workbench. This support includes:
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.