Interface ISaveableFilter

All Known Implementing Classes:
ResourceSaveableFilter

public interface ISaveableFilter
A filter for selecting Saveables.
Since:
3.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    select(Saveable saveable, IWorkbenchPart[] containingParts)
    Indicate whether the given saveable matches this filter.
  • Method Details

    • select

      boolean select(Saveable saveable, IWorkbenchPart[] containingParts)
      Indicate whether the given saveable matches this filter.
      Parameters:
      saveable - the saveable being tested
      containingParts - the parts that contain the saveable. This list may contain zero or more parts.
      Returns:
      whether the given saveable matches this filter