Package org.eclipse.ui
Interface ISaveableFilter
- All Known Implementing Classes:
ResourceSaveableFilter
public interface ISaveableFilter
A filter for selecting Saveables.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
select
(Saveable saveable, IWorkbenchPart[] containingParts) Indicate whether the given saveable matches this filter.
-
Method Details
-
select
Indicate whether the given saveable matches this filter.- Parameters:
saveable
- the saveable being testedcontainingParts
- the parts that contain the saveable. This list may contain zero or more parts.- Returns:
- whether the given saveable matches this filter
-