Uses of Class
org.eclipse.ui.Saveable
Package
Description
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of Saveable in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionSaveable[]
CompareEditor.getActiveSaveables()
Saveable[]
CompareEditor.getSaveables()
-
Uses of Saveable in org.eclipse.team.ui.mapping
Modifier and TypeClassDescriptionclass
A saveable comparison is used to buffer changes made when comparing or merging model elements. -
Uses of Saveable in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected Saveable
SaveableCompareEditorInput.createSaveable()
Create the saveable that provides the save behavior for this compare editor input.Saveable[]
SaveableCompareEditorInput.getActiveSaveables()
protected Saveable
SaveableCompareEditorInput.getSaveable()
Get the saveable that provides the save behavior for this compare editor input.Saveable[]
SaveableCompareEditorInput.getSaveables()
-
Uses of Saveable in org.eclipse.ui
Modifier and TypeMethodDescriptionSaveable[]
ISaveablesSource.getActiveSaveables()
Returns the saveables currently active in the workbench part.Saveable[]
ISaveablesSource.getSaveables()
Returns the saveables presented by the workbench part.Saveable[]
SaveablesLifecycleEvent.getSaveables()
Returns the affected saveables.Modifier and TypeMethodDescriptionboolean
ISaveableFilter.select
(Saveable saveable, IWorkbenchPart[] containingParts) Indicate whether the given saveable matches this filter.ModifierConstructorDescriptionSaveablesLifecycleEvent
(Object source, int eventType, Saveable[] saveables, boolean force) Creates a new SaveablesLifecycleEvent. -
Uses of Saveable in org.eclipse.ui.ide
Modifier and TypeMethodDescriptionboolean
ResourceSaveableFilter.select
(Saveable saveable, IWorkbenchPart[] containingParts) -
Uses of Saveable in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
A defaultSaveable
implementation that wrappers a regular workbench part (one that does not itself adapt to Saveable).Modifier and TypeMethodDescriptionSaveable[]
SaveablesList.getOpenModels()
Returns the list of open models managed by this model manager.Modifier and TypeMethodDescriptionSaveablesList.getEqualKeys()
FOR TESTS ONLYSaveablesList.getEqualKeys()
FOR TESTS ONLYSaveablesList.getModelMap()
FOR TESTS ONLYSaveablesList.getModelRefCounts()
FOR TESTS ONLYSaveablesList.getSaveables
(List<IWorkbenchPart> parts) Modifier and TypeMethodDescriptionstatic void
SaveableHelper.doSaveModel
(Saveable model, IProgressMonitor progressMonitor, IShellProvider shellProvider, boolean blockUntilSaved) SaveablesList.getPartsForSaveable
(Saveable model) Object[]
SaveablesList.testGetSourcesForModel
(Saveable model) For testing purposes.Modifier and TypeMethodDescriptionSaveablesList.preCloseParts
(List<IWorkbenchPart> partsToClose, boolean addNonPartSources, boolean save, IWorkbenchWindow window, Map<Saveable, ISaveHandler.Save> saveOptions) boolean
SaveablesList.promptForSaving
(List<Saveable> modelsToSave, IShellProvider shellProvider, IRunnableContext runnableContext, boolean canCancel, boolean stillOpenElsewhere) Prompt the user to save the given saveables.boolean
SaveablesList.saveModels
(List<Saveable> finalModels, IShellProvider shellProvider, IRunnableContext runnableContext) Save the given models.boolean
SaveablesList.saveModels
(List<Saveable> finalModels, IShellProvider shellProvider, IRunnableContext runnableContext, boolean blockUntilSaved) Save the given models. -
Uses of Saveable in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionprotected static class
This text editor's savable.Modifier and TypeMethodDescriptionSaveable[]
AbstractTextEditor.getActiveSaveables()
Saveable[]
AbstractTextEditor.getSaveables()