org.oddjob.arooa.design.designer
Class ArooaDesignerFormView
java.lang.Object
org.oddjob.arooa.design.designer.ArooaDesignerFormView
- All Implemented Interfaces:
- SwingFormView
public class ArooaDesignerFormView
- extends Object
- implements SwingFormView
Description
Run a GUI designer for Oddjob.- Author:
- Rob Gordon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArooaDesignerFormView
public ArooaDesignerFormView(ArooaDesignerForm designerForm)
ArooaDesignerFormView
public ArooaDesignerFormView(ArooaDesignerForm designerForm,
boolean noErrorDialg)
- Constructor.
cell
public Component cell()
- Description copied from interface:
SwingFormView
- The component should be rendered for use in a table cell.
- Specified by:
cell in interface SwingFormView
- Returns:
- The component.
dialog
public Component dialog()
- Description copied from interface:
SwingFormView
- The component should be rendered for use in a model dialog. With a border
and sized correctly.
- Specified by:
dialog in interface SwingFormView
- Returns:
- The component.
getMenus
public MenuProvider getMenus()