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

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

Constructors in de.mguennewig.pobjform with parameters of type TextEntry
AbstractTextElement(PObjForm form, TextEntry entry)
          Creates a new AbstractTextElement.
 

Uses of TextEntry in de.mguennewig.pobjform.html
 

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

Uses of TextEntry in de.mguennewig.pobjform.swing
 

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