| java.lang.Object fr.aliacom.form.common.FormManager
FormManager | final public class FormManager (Code) | | This class is used by client code to create UI from xml files. It is
responsible of parsing the XML files, loading the data in the UI and pushing
the UI to the screen.
client code gets instance of this class using
FormManager.getInstance()
author: tom author: (C) 2001, 2003 Thomas Cataldo |
dispose | public void dispose(IForm f)(Code) | | This is called by the close method in IForm implementations.
Parameters: f - the form to close. |
getInstance | public static FormManager getInstance()(Code) | | This method is the only safe way to get a reference
on the formManager
FormManager |
|
|