Uses of Interface
com.usefullittlethings.saw.model.FilterPluginIfc

Packages that use FilterPluginIfc
com.usefullittlethings.saw.apps.file   
com.usefullittlethings.saw.apps.shared   
com.usefullittlethings.saw.util   
 

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

Classes in com.usefullittlethings.saw.apps.file that implement FilterPluginIfc
 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.
 

Uses of FilterPluginIfc in com.usefullittlethings.saw.apps.shared
 

Classes in com.usefullittlethings.saw.apps.shared that implement FilterPluginIfc
 class AbstractFilterPlugin
          Abstract implementation of an FilterPluginIfc to include a default configure method, a default toXMLString, and get/setOperation methods.
 

Uses of FilterPluginIfc in com.usefullittlethings.saw.util
 

Methods in com.usefullittlethings.saw.util that return FilterPluginIfc
 FilterPluginIfc[] SawClassLoader.loadFilters(java.io.File pluginFolder, java.lang.Class classType)