|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutDescription | |
de.kleopatra.forms.description | Definition of descriptive layout elements Constraint, Line, Row/Column. |
de.kleopatra.forms.view.builder | Support for building forms from a LayoutDescription/Presentation or FormDescription. |
Uses of LayoutDescription in de.kleopatra.forms.description |
Classes in de.kleopatra.forms.description that implement LayoutDescription | |
class |
DefaultLayoutDescription
this is for persistance and handing around the descriptive data. |
Methods in de.kleopatra.forms.description with parameters of type LayoutDescription | |
void |
DefaultLayoutDescription.copyFrom(LayoutDescription description)
|
Constructors in de.kleopatra.forms.description with parameters of type LayoutDescription | |
DefaultLayoutDescription(LayoutDescription description)
|
Uses of LayoutDescription in de.kleopatra.forms.view.builder |
Fields in de.kleopatra.forms.view.builder declared as LayoutDescription | |
protected LayoutDescription |
DefaultFormDescription.layoutDescription
|
Methods in de.kleopatra.forms.view.builder that return LayoutDescription | |
LayoutDescription |
FormReader.readLayoutDescription(java.awt.Container container)
Deprecated. |
LayoutDescription |
FormIOHelper.readLayoutFile()
|
LayoutDescription |
FormIO.readLayoutDescription(java.lang.String filename)
pre: filename ! |
LayoutDescription |
FormIO.getLayoutDescription(java.lang.String resourceName,
java.lang.Class targetClass)
|
LayoutDescription |
FormDescription.getLayoutDescription()
|
LayoutDescription |
DefaultFormDescription.getLayoutDescription()
|
protected LayoutDescription |
DefaultFormDescription.createLayoutDescription()
|
Methods in de.kleopatra.forms.view.builder with parameters of type LayoutDescription | |
void |
UIBuilder.fill(java.awt.Container comp,
LayoutDescription layout,
UIFactory uiFactory)
fills a container with components according to the layoutDescription. |
void |
UIBuilder.refill(java.awt.Container comp,
LayoutDescription layout)
fills a container with its own comps according to the layoutDescription. |
void |
UIBuilder.replaceComponents(java.awt.Container container,
LayoutDescription layout,
java.util.Collection newChildren)
fills a container with its own comps according to the layoutDescription, replacing those with names that match one contained in newChildren with the new. |
java.awt.Container |
FormWriter.buildForm(LayoutDescription description)
Deprecated. create default container using the shared UIFactory and fill with children created by the shared UIFactory and LayoutDescription. |
java.awt.Container |
FormWriter.buildForm(LayoutDescription description,
UIFactory factory)
Deprecated. create default container using the specified UIFactory and fill with children created by the uiFactory and LayoutDescription. |
java.awt.Container |
FormWriter.buildForm(java.awt.Container container,
LayoutDescription description,
UIFactory factory)
Deprecated. Fill a given Container with children created by the specified UIFactory and LayoutDescription. |
void |
FormWriter.rebuildForm(java.awt.Container container,
LayoutDescription description)
Deprecated. re-arrange the contents of a container according to the layoutDescription. |
java.awt.Container |
FormWriter.buildCompleteForm(LayoutDescription description,
UIFactory factory,
boolean customizePlaceHolders)
Deprecated. experimental: create form from given description and factory, auto-replace placeHolders one level deep. |
boolean |
FormIOHelper.writeLayoutFile(LayoutDescription description)
|
void |
FormIO.persistLayoutDescription(LayoutDescription layoutDescription,
java.lang.String filename)
pre: filename ! |
void |
FormDescription.setLayoutDescription(LayoutDescription description)
|
java.awt.Container |
ExtFormLoader.create(LayoutDescription description,
UIFactory factory)
create and fill a container from the LayoutDescription using the given factory. |
java.awt.Container |
ExtFormLoader.createWithAutoReplace(LayoutDescription description,
UIFactory factory,
boolean customizePlaceHolders)
create and fill a container from the LayoutDescription, using the given factory, autoreplacing all placeHolder children. |
void |
DefaultFormDescription.setLayoutDescription(LayoutDescription description)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |