Ontimize 5.2072EN

com.ontimize.builder
Interface FormBuilder

All Known Implementing Classes:
XMLFormBuilder

public interface FormBuilder


Method Summary
 Form buildForm(java.awt.Container parentContainer, java.io.InputStream input)
          Creates a Form with the elements specified in the file.
 Form buildForm(java.awt.Container container, java.lang.String uriFile)
          Creates a Form with the elements specified in the file.
 

Method Detail

buildForm

public Form buildForm(java.awt.Container container,
                      java.lang.String uriFile)
Creates a Form with the elements specified in the file.

Parameters:
container - Container of the Form
uriFile - Path of the file with the form definition ( typically XML)
Returns:

buildForm

public Form buildForm(java.awt.Container parentContainer,
                      java.io.InputStream input)
Creates a Form with the elements specified in the file.

Parameters:
parentContainer - Container of the Form
input - InputStream
Returns:

Ontimize