Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.jext.misc.FindFilter

Uses of FindFilter in org.jext.misc
 

Classes in org.jext.misc that implement FindFilter
(package private)  class FindByDate.DateFilter
          Filter object for selecting files by the date range specified by the UI.
(package private)  class FindByName.NameFilter
          Filter object for selecting files by name.
 

Methods in org.jext.misc that return FindFilter
 FindFilter FindByName.createFindFilter()
           
 FindFilter FindByDate.createFindFilter()
          Generate a search filter object based on the setting of this UI component.
 FindFilter FindFilterFactory.createFindFilter()
           
protected  FindFilter[] FindAccessory.newFind()
          Begins a new search by resetting the total and matches progress variables and retrieves the search filter array from the options panel.
 FindFilter[] FindAccessory.FindTabs.newFind()
          Prepares the panel for a new search by clearing the results list, bringing the results tab panel to the front and generating an array of search filters for each search options pane that implements the FindFilterFactory interface.
 

Methods in org.jext.misc with parameters of type FindFilter
 boolean FindProgressCallback.reportProgress(FindFilter filter, java.io.File file, long current, long total)
          Should be called by all time-consuming search filters at a reasonable interval.
protected  void FindAccessory.runFind(java.io.File base, FindFilter[] filters)
          Recursive search beginning at folder base for files and folders matching each filter in the filters array.
protected  boolean FindAccessory.accept(java.io.File file, FindFilter[] filters)
           
 boolean FindAccessory.reportProgress(FindFilter filter, java.io.File file, long current, long total)
          Called by FindFilter to report progress of a search.