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

Quick Search    Search Deep

org.jext.misc
Interface FindFilterFactory  view FindFilterFactory download FindFilterFactory.java

All Known Implementing Classes:
FindByDate, FindByName

interface FindFilterFactory

Implemented by each search option panel. Each panel is responsible for creating a FindFilter object that implements the search criteria specified by its user interface.


Method Summary
 FindFilter createFindFilter()
           
 

Method Detail

createFindFilter

public FindFilter createFindFilter()