Uses of Class
de.mguennewig.pobjects.metadata.ArrayEntry

Packages that use ArrayEntry
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 ArrayEntry in de.mguennewig.pobjform
 

Constructors in de.mguennewig.pobjform with parameters of type ArrayEntry
AbstractArrayElement(PObjForm form, ArrayEntry entry)
          Creates a new abstract array element.
 

Uses of ArrayEntry in de.mguennewig.pobjform.html
 

Constructors in de.mguennewig.pobjform.html with parameters of type ArrayEntry
HtmlArrayElement(PObjHtmlForm form, ArrayEntry entry)
          Creates a new HtmlArrayElement.
 

Uses of ArrayEntry in de.mguennewig.pobjform.swing
 

Constructors in de.mguennewig.pobjform.swing with parameters of type ArrayEntry
SwingArrayElement(PObjSwingForm form, ArrayEntry entry)
          Creates a new SwingArrayElement.
 

Uses of ArrayEntry in de.mguennewig.pobjsearch
 

Fields in de.mguennewig.pobjsearch declared as ArrayEntry
static ArrayEntry PClassSearchForm.entryRestrict
          Contains the definition for restrict.
static ArrayEntry PClassSearchForm.entrySort
          Contains the definition for sort.
 

Constructors in de.mguennewig.pobjsearch with parameters of type ArrayEntry
PClassHtmlSearchForm.HtmlRestrict(PObjHtmlForm form, ArrayEntry entry)
           
PClassHtmlSearchForm.HtmlSort(PObjHtmlForm form, ArrayEntry entry)
           
PClassSwingSearchForm.SwingRestrict(PObjSwingForm form, ArrayEntry entry)
           
PClassSwingSearchForm.SwingSort(PObjSwingForm form, ArrayEntry entry)