Interface | Description |
---|---|
IConfigurationWizard |
IConfigurationWizard defines the interface that users of the extension
point
org.eclipse.team.ui.configurationWizards must implement. |
ISaveableWorkbenchPart |
A saveable workbench part is a visual component that can be shown within
different contexts (e.g a dialog, workbench page).
|
ISharedImages |
Images that are available for providers to re-use.
|
Class | Description |
---|---|
PageSaveablePart |
Abstract class for hosting a page based structure input view for the purposes
of feeding compare viewers.
|
SaveablePartAdapter |
This adapter provides default implementations for methods on
ISaveableWorkbenchPart and
IWorkbenchPart . |
SaveablePartDialog |
A dialog that displays a
ISaveableWorkbenchPart and
ensures that changes made to the input are saved when the dialog is closed. |
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:
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.