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.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.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()