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

Packages that use SpacerEntry
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. 
 

Uses of SpacerEntry in de.mguennewig.pobjform
 

Constructors in de.mguennewig.pobjform with parameters of type SpacerEntry
AbstractSpacerElement(PObjForm form, SpacerEntry entry)
          Creates a new abstract spacer element.
 

Uses of SpacerEntry in de.mguennewig.pobjform.html
 

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

Uses of SpacerEntry in de.mguennewig.pobjform.swing
 

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