Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.team.ui.ISaveableWorkbenchPart

Packages that use ISaveableWorkbenchPart
org.eclipse.team.ui Provides basic support for managing Team providers.  
org.eclipse.team.ui.history Application programming interfaces for working with history Package Specification This package specifies the API for providing history pages to the history view. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of ISaveableWorkbenchPart in org.eclipse.team.ui
 

Classes in org.eclipse.team.ui that implement ISaveableWorkbenchPart
 class PageSaveablePart
          Abstract class for hosting a page based structure input view for the purposes of feeding compare viewers.
 class SaveablePartAdapter
          This adapter provides default implementations for methods on ISaveableWorkbenchPart and IWorkbenchPart.
 

Methods in org.eclipse.team.ui that return ISaveableWorkbenchPart
protected  ISaveableWorkbenchPart SaveablePartDialog.getInput()
          Return the input to the dialog.
 

Constructors in org.eclipse.team.ui with parameters of type ISaveableWorkbenchPart
SaveablePartDialog(Shell shell, ISaveableWorkbenchPart input)
          Creates a dialog with the given title and input.
 

Uses of ISaveableWorkbenchPart in org.eclipse.team.ui.history
 

Classes in org.eclipse.team.ui.history that implement ISaveableWorkbenchPart
 class HistoryPageSaveablePart
          Displays a history page combined with the compare/merge infrastructure.
 

Uses of ISaveableWorkbenchPart in org.eclipse.team.ui.synchronize
 

Classes in org.eclipse.team.ui.synchronize that implement ISaveableWorkbenchPart
 class ParticipantPageSaveablePart
          Displays a synchronize participant page combined with the compare/merge infrastructure.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.