Package org.eclipse.ui
Interface ISaveableFilter
-
- All Known Implementing Classes:
ResourceSaveableFilter
public interface ISaveableFilter
A filter for selecting Saveables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
select(Saveable saveable, IWorkbenchPart[] containingParts)
Indicate whether the given saveable matches this filter.
-
-
-
Method Detail
-
select
boolean select(Saveable saveable, IWorkbenchPart[] containingParts)
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
-
-