Uses of Class
de.mguennewig.pobjform.AbstractPObjForm

Packages that use AbstractPObjForm
de.mguennewig.pobjform.html This package contains the HTML form interface of the PObjForm library. 
de.mguennewig.pobjform.swing This package contains the Swing dialog interface of the PObjForm library. 
de.mguennewig.pobjsearch This package contains the PObjSearch framework that is based on the PObjForm library. 
 

Uses of AbstractPObjForm in de.mguennewig.pobjform.html
 

Subclasses of AbstractPObjForm in de.mguennewig.pobjform.html
 class PObjHtmlForm
          A HTML form based implementation of the PObjForm interface.
 

Uses of AbstractPObjForm in de.mguennewig.pobjform.swing
 

Subclasses of AbstractPObjForm in de.mguennewig.pobjform.swing
 class PObjSwingForm
          A Swing based implementation of the PObjForm interface.
 

Uses of AbstractPObjForm in de.mguennewig.pobjsearch
 

Subclasses of AbstractPObjForm in de.mguennewig.pobjsearch
 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.