Uses of Class
com.jformdesigner.model.FormModel
-
Packages that use FormModel Package Description com.jformdesigner.model com.jformdesigner.runtime -
-
Uses of FormModel in com.jformdesigner.model
Methods in com.jformdesigner.model that return FormModel Modifier and Type Method Description FormModelFormComponent. getModel()Returns the form model of this form component. -
Uses of FormModel in com.jformdesigner.runtime
Methods in com.jformdesigner.runtime that return FormModel Modifier and Type Method Description FormModelFormCreator. getModel()Returns the form model.static FormModelFormLoader. load(File file)Loads a form model from the specified file.static FormModelFormLoader. load(InputStream in)Loads a form model from the given input stream.static FormModelFormLoader. load(InputStream in, ClassLoader classLoader)Loads a form model from the given input stream.static FormModelFormLoader. load(String resourceName)Loads a form model from the specified resource using the default class loader.static FormModelFormLoader. load(String resourceName, ClassLoader classLoader)Loads a form model from the specified resource using the specified class loader.Methods in com.jformdesigner.runtime with parameters of type FormModel Modifier and Type Method Description static voidFormSaver. save(FormModel model, OutputStream out)Saves a form model to the given output stream.Constructors in com.jformdesigner.runtime with parameters of type FormModel Constructor Description FormCreator(FormModel model)Creates a newFormCreatorfor the specified form model.FormCreator(FormModel model, ClassLoader classLoader)Creates a newFormCreatorfor the specified form model using the specified class loader.FormCreator(FormModel model, Locale locale, ClassLoader classLoader)Creates a newFormCreatorfor the specified form model using the specified locale and class loader.
-