Uses of Interface
de.mguennewig.pobjsearch.SearchForm

Packages that use SearchForm
de.mguennewig.pobjsearch This package contains the PObjSearch framework that is based on the PObjForm library. 
 

Uses of SearchForm in de.mguennewig.pobjsearch
 

Classes in de.mguennewig.pobjsearch that implement SearchForm
 class HtmlSearchForm
          PObject interface class for SearchForm.
 class PClassHtmlSearchForm
          PObject glue class for SearchForm.
 class PClassSwingSearchForm
          PObject glue class for SearchForm.
 class SwingSearchForm
          PObject interface class for SearchForm.
 

Methods in de.mguennewig.pobjsearch that return SearchForm
 SearchForm SearchPanel.getSearchForm()
           
 

Methods in de.mguennewig.pobjsearch with parameters of type SearchForm
 int SearchTableModel.performSearch(SearchForm form)
          Updates the table model accordingly to the search form.