Eclipse Platform
Kepler (4.3)

Uses of Interface
org.eclipse.ui.ISaveableFilter

Packages that use ISaveableFilter
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
 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
 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.
 


Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.