See: Description
Class | Description |
---|---|
FormResultActionListener | |
HtmlPanel |
A panel containing a html fragment.
|
JFormDialog |
JFormDialog is a modal dialog window for editing the contents of a Form.
|
ListRenderer |
custom renderer for JCombobox generated from a ListInput
|
ReFetchTargetVisitor<T,K> |
A
TransitionFactoryVisitor that performs a clean re-fetch of the
target. |
SwingContentBuilder |
builds a swing version of content.
|
SwingContentBuilder.XMLPanel | |
SwingField<I> | |
SwingFormComponentListener |
class to map
Field s to SwingField s and handle events. |
SwingFormResultVisitor |
a FormResultVisitor that uses Swing windows.
|
SwingTransitionHandler |
This class implements transitions using a series dialog windows
The assumption is that the main program invokes a starting transition
(for example by a button press)
This class then processes the transition sequence until either a leaf transition
such as a message is encountered or an un-handlable FormResult such as a navigation result is generated.
|
SwingTransitionVisitor<K,T> | |
WrapLayout |
FlowLayout subclass that fully supports wrapping of components.
|
Exception | Description |
---|---|
UnsupportedResultException |
Exception thrown for FormResults that cannot be processed by the handler
|