Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.team.ui

Provides basic support for managing Team providers.

See:
           Description

Interface Summary
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)
ISharedImages Images that are available for providers to re-use.
 

Class Summary
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.
 

Package org.eclipse.team.ui Description

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.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire