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

Quick Search    Search Deep

org.jext.misc
Class FindByDate.DateFilter  view FindByDate.DateFilter download FindByDate.DateFilter.java

java.lang.Object
  extended byorg.jext.misc.FindByDate.DateFilter
All Implemented Interfaces:
FindFilter
Enclosing class:
FindByDate

class FindByDate.DateFilter
extends java.lang.Object
implements FindFilter

Filter object for selecting files by the date range specified by the UI.


Field Summary
protected  long endTime
           
protected  long startTime
           
 
Constructor Summary
(package private) FindByDate.DateFilter(long from, long to)
           
 
Method Summary
 boolean accept(java.io.File f, FindProgressCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

protected long startTime

endTime

protected long endTime
Constructor Detail

FindByDate.DateFilter

FindByDate.DateFilter(long from,
                      long to)
Method Detail

accept

public boolean accept(java.io.File f,
                      FindProgressCallback callback)
Specified by:
accept in interface FindFilter