Uses of Class
com.usefullittlethings.saw.apps.shared.AbstractFilterPlugin

Packages that use AbstractFilterPlugin
com.usefullittlethings.saw.apps.file   
 

Uses of AbstractFilterPlugin in com.usefullittlethings.saw.apps.file
 

Subclasses of AbstractFilterPlugin in com.usefullittlethings.saw.apps.file
 class AbstractFileFilterPlugin
          Abstract implementation of a filter plug-in that defines the result class as java.io.File.
 class CompareTo
          Filters files by whether or not they match another file, based on contents, size, or date modified.
 class ContainsText
          Filters files by whether or not they contain a text string.
 class DateRange
          Filters files by whether or not the data modified falls within a specified range.
 class ManualSelection
          Filters files by allowing the user to individually select items to include/exclude.
 class Mask
          Filters files in result list on whether or not the file name matches a particular mask pattern or string.
 class Size
          Filters files in the result list on whether or not the file size falls within a specified range.