Uses of Interface
org.eclipse.ui.ISaveableFilter
Packages that use ISaveableFilter
Package
Description
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.
-
Uses of ISaveableFilter in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type ISaveableFilterModifier and TypeMethodDescriptionbooleanIWorkbench.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 ISaveableFilterModifier and TypeClassDescriptionclassA 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. -
Uses of ISaveableFilter in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal with parameters of type ISaveableFilterModifier and TypeMethodDescriptionbooleanWorkbench.saveAll(IShellProvider shellProvider, IRunnableContext runnableContext, ISaveableFilter filter, boolean confirm)