Uses of Class
org.eclipse.ui.Saveable
Packages that use 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
Methods in org.eclipse.compare.internal that return SaveableModifier and TypeMethodDescriptionSaveable[]
CompareEditor.getActiveSaveables()
Saveable[]
CompareEditor.getSaveables()
-
Uses of Saveable in org.eclipse.team.ui.mapping
Subclasses of Saveable in org.eclipse.team.ui.mappingModifier 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
Methods in org.eclipse.team.ui.synchronize that return SaveableModifier 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
Methods in org.eclipse.ui that return SaveableModifier 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.Methods in org.eclipse.ui with parameters of type SaveableModifier and TypeMethodDescriptionboolean
ISaveableFilter.select
(Saveable saveable, IWorkbenchPart[] containingParts) Indicate whether the given saveable matches this filter.Constructors in org.eclipse.ui with parameters of type SaveableModifierConstructorDescriptionSaveablesLifecycleEvent
(Object source, int eventType, Saveable[] saveables, boolean force) Creates a new SaveablesLifecycleEvent. -
Uses of Saveable in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide with parameters of type SaveableModifier and TypeMethodDescriptionboolean
ResourceSaveableFilter.select
(Saveable saveable, IWorkbenchPart[] containingParts) -
Uses of Saveable in org.eclipse.ui.internal
Subclasses of Saveable in org.eclipse.ui.internalModifier and TypeClassDescriptionclass
A defaultSaveable
implementation that wrappers a regular workbench part (one that does not itself adapt to Saveable).Methods in org.eclipse.ui.internal that return SaveableModifier and TypeMethodDescriptionSaveable[]
SaveablesList.getOpenModels()
Returns the list of open models managed by this model manager.Methods in org.eclipse.ui.internal that return types with arguments of type SaveableModifier and TypeMethodDescriptionSaveablesList.getEqualKeys()
FOR TESTS ONLYSaveablesList.getEqualKeys()
FOR TESTS ONLYSaveablesList.getModelMap()
FOR TESTS ONLYSaveablesList.getModelRefCounts()
FOR TESTS ONLYSaveablesList.getSaveables
(List<IWorkbenchPart> parts) Methods in org.eclipse.ui.internal with parameters of type SaveableModifier 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.Method parameters in org.eclipse.ui.internal with type arguments of type SaveableModifier 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
Subclasses of Saveable in org.eclipse.ui.texteditorModifier and TypeClassDescriptionprotected static class
This text editor's savable.Methods in org.eclipse.ui.texteditor that return SaveableModifier and TypeMethodDescriptionSaveable[]
AbstractTextEditor.getActiveSaveables()
Saveable[]
AbstractTextEditor.getSaveables()