Uses of Enum Class
org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save
Package
Description
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of ISaveHandler.Save in org.eclipse.e4.ui.workbench.modeling
Modifier and TypeMethodDescriptionISaveHandler.promptToSave
(Collection<MPart> dirtyParts) ISaveHandler.promptToSave
(MPart dirtyPart) static ISaveHandler.Save
Returns the enum constant of this class with the specified name.static ISaveHandler.Save[]
ISaveHandler.Save.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ISaveHandler.Save in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionSaveablesList.preCloseParts
(List<IWorkbenchPart> partsToClose, boolean addNonPartSources, boolean save, IWorkbenchWindow window, Map<Saveable, ISaveHandler.Save> saveOptions)