| java.lang.Object com.jeta.swingbuilder.gui.utils.FormConverter
FormConverter | public class FormConverter (Code) | | This is a utility class for converting forms to/from XML/binary format. You
must provide a valid Abeille project file or linked forms (nested forms that
refer to other forms on disk) will not be resolved.
Note that this class is in the com.jeta.swingbuilder package. This means that
you will need to include designer.jar as well as formsrt.jar in your
classpath if you decide to use this class to convert forms.
author: Jeff Tassin |
Constructor Summary | |
public | FormConverter(String projectFile) ctor creates a FormConverter object associated with the specified
project.
Parameters: projectFile - the full path and name of an Abeille project file. |
FormConverter | public FormConverter(String projectFile)(Code) | | ctor creates a FormConverter object associated with the specified
project.
Parameters: projectFile - the full path and name of an Abeille project file. This isneeded to resolve linked forms. For example:/home/jeff/abeille/myproject.jfpr |
|
|