Package | Description |
---|---|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
Modifier and Type | Method and Description |
---|---|
SaveableComparison |
ISynchronizationCompareInput.getSaveable()
Return the saveable 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. |
SaveableComparison |
MergeActionHandler.getSaveable()
Return the saveable that is the target of this handler.
|
SaveableComparison |
SynchronizationOperation.getSaveable()
Return the saveable that this operation will write its results
to or
null if the operation does not buffer
its results. |
Modifier and Type | Method and Description |
---|---|
SaveableComparison |
ModelSynchronizeParticipant.getActiveSaveable()
Return the active saveable for this participant.
|
protected SaveableComparison |
ModelParticipantAction.getActiveSaveable()
Return the currently active saveable.
|
protected SaveableComparison |
ModelParticipantAction.getTargetSaveable()
Return the saveable that is the target of this operation.
|
Modifier and Type | Method and Description |
---|---|
static void |
ModelParticipantAction.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 boolean |
ModelParticipantAction.promptToSaveChanges(Shell shell,
SaveableComparison saveable,
boolean allowCancel)
Convenience method that prompts to save changes in the given dirty model.
|
void |
ModelSynchronizeParticipant.setActiveSaveable(SaveableComparison activeSaveable)
Set the active saveable of this participant.
|
protected void |
ModelParticipantAction.setActiveSaveable(SaveableComparison saveable)
Set the active saveable.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.