Package | Description |
---|---|
com.jformdesigner.model | |
com.jformdesigner.runtime |
Modifier and Type | Method and Description |
---|---|
FormModel |
FormComponent.getModel()
Returns the form model of this form component.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
FormSaver.save(FormModel model,
java.io.OutputStream out)
Saves a form model to the given output stream.
|
Constructor and Description |
---|
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. |
Copyright (C) 2004-2017 FormDev Software GmbH. All rights reserved.