Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.team.ui.mapping.ISaveableCompareModel

Packages that use ISaveableCompareModel
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of ISaveableCompareModel in org.eclipse.team.ui.mapping
 

Classes in org.eclipse.team.ui.mapping that implement ISaveableCompareModel
 class SaveableCompareModel
          A saveable model is used to buffer changes made when comparing or merging a model.
 

Methods in org.eclipse.team.ui.mapping that return ISaveableCompareModel
 ISaveableCompareModel SynchronizationOperation.getSaveableModel()
          Return the saveable model that this operation will write its results to or null if the operation does not buffer its results.
 ISaveableCompareModel MergeActionHandler.getSaveableModel()
          Return the saveable model that is the target of this handler.
 ISaveableCompareModel ISynchronizationCompareInput.getSaveableModel()
          Return the saveable compare model for this compare input or null if the input is saved directly to disk when the compare editor input is changed or the compare editor is closed.
 

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

Methods in org.eclipse.team.ui.synchronize that return ISaveableCompareModel
 ISaveableCompareModel ModelSynchronizeParticipant.getActiveModel()
          Return the active saveable model for this participant.
protected  ISaveableCompareModel ModelParticipantAction.getActiveModel()
          Return the currently active buffer.
protected  ISaveableCompareModel ModelParticipantAction.getTargetModel()
          Return the buffer that is the target of this operation.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type ISaveableCompareModel
 void ModelSynchronizeParticipant.setActiveModel(ISaveableCompareModel activeModel)
          Set the active saveable model of this participant.
static void ModelParticipantAction.handleBufferChange(Shell shell, ISaveableCompareModel targetModel, ISaveableCompareModel activeModel, boolean allowCancel, IProgressMonitor monitor)
          Convenience method that prompts if the currently active model is dirty and either saves or reverts the model depending on the users input.
static boolean ModelParticipantAction.promptToSaveChanges(Shell shell, ISaveableCompareModel saveableModel, boolean allowCancel)
          Convenience method that prompts to save changes in the given dirty model.
protected  void ModelParticipantAction.setActiveModel(ISaveableCompareModel buffer)
          Set the active buffer.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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