Uses of Class
org.eclipse.team.ui.mapping.SaveableComparison
Packages that use SaveableComparison
Package
Description
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of SaveableComparison in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping that return SaveableComparisonModifier and TypeMethodDescriptionISynchronizationCompareInput.getSaveable()Return the saveable for this compare input ornullif the input is saved directly to disk when the compare editor input is changed or the compare editor is closed.MergeActionHandler.getSaveable()Return the saveable that is the target of this handler.SynchronizationOperation.getSaveable()Return the saveable that this operation will write its results to ornullif the operation does not buffer its results. -
Uses of SaveableComparison in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return SaveableComparisonModifier and TypeMethodDescriptionprotected SaveableComparisonModelParticipantAction.getActiveSaveable()Return the currently active saveable.ModelSynchronizeParticipant.getActiveSaveable()Return the active saveable for this participant.protected SaveableComparisonModelParticipantAction.getTargetSaveable()Return the saveable that is the target of this operation.Methods in org.eclipse.team.ui.synchronize with parameters of type SaveableComparisonModifier and TypeMethodDescriptionstatic voidModelParticipantAction.handleTargetSaveableChange(Shell shell, SaveableComparison targetSaveable, SaveableComparison activeSaveable, boolean allowCancel, IProgressMonitor monitor) Convenience method that prompts if the currently active saveable is dirty and either saves or reverts the saveable depending on the users input.static booleanModelParticipantAction.promptToSaveChanges(Shell shell, SaveableComparison saveable, boolean allowCancel) Convenience method that prompts to save changes in the given dirty model.protected voidModelParticipantAction.setActiveSaveable(SaveableComparison saveable) Set the active saveable.voidModelSynchronizeParticipant.setActiveSaveable(SaveableComparison activeSaveable) Set the active saveable of this participant.