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 model buffer is used to buffer changes made when comparing or merging a model.
 

Methods in org.eclipse.team.ui.mapping that return ISaveableCompareModel
 ISaveableCompareModel SynchronizationOperation.getTargetBuffer()
          Return the buffer that this operation will write its results to or null if the operation does not buffer its results.
 ISaveableCompareModel MergeActionHandler.getTargetBuffer()
          Return the buffer that is the target of this handler.
 ISaveableCompareModel IModelCompareInput.getCompareModel()
          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.
 

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.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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