|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormModel | |
---|---|
com.jformdesigner.model | |
com.jformdesigner.runtime |
Uses of FormModel in com.jformdesigner.model |
---|
Methods in com.jformdesigner.model that return FormModel | |
---|---|
FormModel |
FormComponent.getModel()
Returns the form model of this form component. |
Uses of FormModel in com.jformdesigner.runtime |
---|
Methods in com.jformdesigner.runtime that return FormModel | |
---|---|
FormModel |
FormCreator.getModel()
Returns the form model. |
static FormModel |
FormLoader.load(java.io.File file)
Loads a form model from the specified file. |
static FormModel |
FormLoader.load(java.io.InputStream in)
Loads a form model from the given input stream. |
static FormModel |
FormLoader.load(java.io.InputStream in,
java.lang.ClassLoader classLoader)
Loads a form model from the given input stream. |
static FormModel |
FormLoader.load(java.lang.String resourceName)
Loads a form model from the specified resource using the default class loader. |
static FormModel |
FormLoader.load(java.lang.String resourceName,
java.lang.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 | |
---|---|
static void |
FormSaver.save(FormModel model,
java.io.OutputStream out)
Saves a form model to the given output stream. |
Constructors in com.jformdesigner.runtime with parameters of type FormModel | |
---|---|
FormCreator(FormModel model)
Creates a new FormCreator for the specified form model. |
|
FormCreator(FormModel model,
java.lang.ClassLoader classLoader)
Creates a new FormCreator for the specified form model
using the specified class loader. |
|
FormCreator(FormModel model,
java.util.Locale locale,
java.lang.ClassLoader classLoader)
Creates a new FormCreator for the specified form model
using the specified locale and class loader. |
|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV NEXT | FRAMES NO FRAMES |