Uses of Interface
de.mguennewig.pobjform.PObjForm

Packages that use PObjForm
de.mguennewig.pobjform This package contains the PObjForm library, which support Swing dialogs and HTML forms that use the metadata of the PObjects library. 
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 PObjForm in de.mguennewig.pobjform
 

Classes in de.mguennewig.pobjform that implement PObjForm
 class AbstractPObjForm
          Abstract base class for rendering forms based on meta-data from the PObject library.
 

Methods in de.mguennewig.pobjform that return PObjForm
 PObjForm FormElement.getForm()
          Returns the form to which this element belongs.
 PObjForm AbstractFormElement.getForm()
          Returns the form to which this element belongs.
 

Constructors in de.mguennewig.pobjform with parameters of type PObjForm
AbstractArrayElement(PObjForm form, ArrayEntry entry)
          Creates a new abstract array element.
AbstractButtonElement(PObjForm form, ButtonEntry entry)
          Creates a new AbstractButtonElement.
AbstractFormElement(PObjForm form, FormEntry entry)
          Creates a new AbstractFormElement.
AbstractInputElement(PObjForm form, InputEntry entry)
          Creates a new AbstractInputElement.
AbstractLinkElement(PObjForm form, LinkEntry entry)
          Creates a new AbstractLinkElement.
AbstractRecordElement(PObjForm form, RecordEntry entry)
          Creates a new AbstractRecordElement.
AbstractSpacerElement(PObjForm form, SpacerEntry entry)
          Creates a new abstract spacer element.
AbstractTextElement(PObjForm form, TextEntry entry)
          Creates a new AbstractTextElement.
AbstractValueElement(PObjForm form, FormEntry entry)
          Creates a new AbstractValueElement.
 

Uses of PObjForm in de.mguennewig.pobjform.html
 

Classes in de.mguennewig.pobjform.html that implement PObjForm
 class PObjHtmlForm
          A HTML form based implementation of the PObjForm interface.
 

Uses of PObjForm in de.mguennewig.pobjform.swing
 

Classes in de.mguennewig.pobjform.swing that implement PObjForm
 class PObjSwingForm
          A Swing based implementation of the PObjForm interface.
 

Uses of PObjForm in de.mguennewig.pobjsearch
 

Subinterfaces of PObjForm in de.mguennewig.pobjsearch
 interface PClassSearchForm
          PObject glue class for SearchForm.
 interface SearchForm
          PObject interface class for SearchForm.
 

Classes in de.mguennewig.pobjsearch that implement PObjForm
 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.