Package org.oddjob.arooa.design.view

Swing views of the Forms and Fields.

See:
          Description

Interface Summary
SwingFormView The Swing manifestation for a Form.
SwingItemView Define something cabable of producing a a GUI Component in various situations.
 

Class Summary
BeanFormView The Swing view for a BeanForm.
BeanFormView.ClassNotFoundView View for sub form when class is not found.
BeanFormView.PropertiesView View for properties sub form.
DialogueHelper Helpers for dialogues.
FieldGroupView  
FieldSelectionView Used to select between different option elements.
FileSelectionView Produces views for FileSelection.
FileSelectionWidget A simple file selection widget that is a text field and a button that launches the a file chooser.
FormPanel A panel for Forms.
LabelledComboBoxView<T> A view which renders a SelectionList.
Looks Provide some components and dimensions with a standard look and feel.
MultiTypeTableView This class is capable of representing a DesignElement which consists of multiple child DesignElements of different types.
NullFormView  
RadioActions  
ScreenPresence Represent location and size information for a screen component.
SelectionListView A view which renders a SelectionList.
StandardFormView Provides most designer dialogs.
Standards  
SwingFormFactory<T extends Form> Creates SwingFormViews from Forms
SwingItemFactory<T extends FormItem>  
TabGroupView  
TextFieldView Label Title *********************
TextInputView A view for form and a form item that is a text area.
TextPsudoFormView Label Title *********************
TreeChangeFollower Utility class that tracks the selected tree node and moves it when the node is deleted.
TreePopup Utility class to handle Popup menus.
TypeSelectionView A view which renders a SelectionList.
ValueDialog Create dialogs for forms.
ViewHelper Utility methods for Swing Views.
ViewMainHelper  
 

Exception Summary
DesignViewException An exception in the view.
 

Package org.oddjob.arooa.design.view Description

Swing views of the Forms and Fields.