Package org.eclipse.ui
Interface ISaveableFilter
-
- All Known Implementing Classes:
ResourceSaveableFilter
public interface ISaveableFilterA filter for selecting Saveables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanselect(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
-
-