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. |
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 FormuriFile - 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 Forminput - InputStream
- Returns: