Uses of Class
com.jgoodies.bookfinder.domain.BookFilter

Packages that use BookFilter
com.jgoodies.bookfinder.model Provide models, actions and model operations. 
com.jgoodies.bookfinder.view.dialog Consists of classes that build dialogs and their subpanels 
 

Uses of BookFilter in com.jgoodies.bookfinder.model
 

Methods in com.jgoodies.bookfinder.model that return BookFilter
 BookFilter MainModel.getFilter()
          Returns the current filter that is used to filter elements from the raw list to build up the filtered details list.
 

Uses of BookFilter in com.jgoodies.bookfinder.view.dialog
 

Constructors in com.jgoodies.bookfinder.view.dialog with parameters of type BookFilter
FilterDialog(Frame owner, BookFilter filter)
          Constructs a FilterDialog for the given owner and filter.
 



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.