org.oddjob.arooa.design.view
Interface SwingFormView

All Known Implementing Classes:
ArooaDesignerFormView, BeanFormView, BeanFormView.ClassNotFoundView, BeanFormView.PropertiesView, FileSelectionView, NullFormView, StandardFormView, TextInputView, TextPsudoFormView

public interface SwingFormView

The Swing manifestation for a Form.

See Also:
SwingFormFactory
Author:
rob

Method Summary
 Component cell()
          The component should be rendered for use in a table cell.
 Component dialog()
          The component should be rendered for use in a model dialog.
 

Method Detail

cell

Component cell()
The component should be rendered for use in a table cell.

Returns:
The component.

dialog

Component dialog()
The component should be rendered for use in a model dialog. With a border and sized correctly.

Returns:
The component.