Uses of Interface
org.eclipse.ui.ISaveableFilter
-
Packages that use ISaveableFilter Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface. -
-
Uses of ISaveableFilter in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type ISaveableFilter Modifier and Type Method Description boolean
IWorkbench. saveAll(IShellProvider shellProvider, IRunnableContext runnableContext, ISaveableFilter filter, boolean confirm)
Save all dirty saveables in the workbench that match the given filter. -
Uses of ISaveableFilter in org.eclipse.ui.ide
Classes in org.eclipse.ui.ide that implement ISaveableFilter Modifier and Type Class Description class
ResourceSaveableFilter
A saveable filter where the given savable must either match one of the given roots or be a direct or indirect child of one of the roots.
-