Uses of Interface
de.kleopatra.forms.view.builder.Form

Packages that use Form
de.kleopatra.forms.view.builder Support for building forms from a LayoutDescription/Presentation or FormDescription. 
 

Uses of Form in de.kleopatra.forms.view.builder
 

Classes in de.kleopatra.forms.view.builder that implement Form
 class AbstractForm
          Convenience implementation of Form.
 

Fields in de.kleopatra.forms.view.builder declared as Form
protected  Form JFormDialog.editor
           
 

Methods in de.kleopatra.forms.view.builder with parameters of type Form
static javax.swing.JFrame FormUtils.createFrame(Form form, boolean defaultShow)
          create a JFrame around the Form.
static javax.swing.JFrame FormUtils.createFrame(Form form, java.lang.String title, boolean defaultShow)
          create a JFrame around the Form.
 

Constructors in de.kleopatra.forms.view.builder with parameters of type Form
JFormDialog(java.awt.Frame parent, Form editor)
          Constructs a Dialog around the Form.
 



Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.