Package de.kleopatra.forms.view.builder

Support for building forms from a LayoutDescription/Presentation or FormDescription.

See:
          Description

Interface Summary
ExtFormLoader extended loading options: from file and from LayoutDescription.
Form Convenience "Form" to quickly get hold of a container with bound widgets.
FormDescription Handles synch and state of a pair of Presentation/LayoutDescription.
FormLoader Responsibility to load a form from the classpath.
UIBuilder Builder to fill a container according to a layout description.
 

Class Summary
AbstractForm Convenience implementation of Form.
DefaultFormDescription Default implementation of FormDescription.
FormDescriptionIOHandler IOHandler for FormDescription.
FormFactory central Factory to get everything needed to build and customize a form from resources.
FormIO Common functionality for reading/writing form resources from/to files and reading from classpath-relative resource locations.
FormIOHandlerMap HandlerMap to map handled to handler classes for form io.
FormIOHelper Convenience helper to ease FileChooser handling.
FormReader Deprecated. - Currently not used.
FormUtils A bunch of static utility methods.
FormWriter Deprecated. replaced by FormLoader/ExtFormLoader (v073, 2003/10/24)
JFormDialog A dialog for editing a Form.
LayoutDescriptionIOHandler IOHandler for LayoutDescription.
MappingManager responsible for handling pluggable XXMaps (ComponentTypeMap, CustomizerMap, IOHandlerMap, StyleMap).
PresentationIOHandler IOHandler for Presentation.
StyleMapIOHandler  
 

Package de.kleopatra.forms.view.builder Description

Support for building forms from a LayoutDescription/Presentation or FormDescription.

Clients will use a FormWriter to "write" a form out off a resourceID. It's the FormWriter's responsibility to locate the resource - either from a filepath or from a resource relative to a given class and read all relevant descriptions from the found InputStream. Using the descriptions it can:

@author (C) 2003 Jeanette Winzenburg
 
 
 




Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.