| |
|
| java.lang.Object com.jeta.forms.gui.formmgr.FormManagerUtils
FormManagerUtils | public class FormManagerUtils (Code) | | Helper class for working with forms.
author: Jeff Tassin |
openForm | public static FormComponent openForm(InputStream istream) throws FormException(Code) | | Opens a form from the given input stream. The input stream should refer
to a valid form file.
Parameters: istream - the input stream a FormComponent object that is initialized from the data in thestream. |
openPackagedForm | public static FormComponent openPackagedForm(String relativePath) throws FormException(Code) | | Opens a linked form.
Parameters: relativePath - the path of the linked form relative to the CLASSPATH when inrun mode or the source paths when in design mode. an initialized FormComponent object. |
|
|
|