|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.design.view.StandardFormView
public class StandardFormView
Provides most designer dialogs.
Provide a panel with the element name, the id if the design
is for a component and then allows the form items to
SwingItemView.inline(java.awt.Container, int, int, boolean)
themselves onto a GridBagLayout panel.
Constructor Summary | |
---|---|
StandardFormView(StandardForm form)
Constructor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardFormView(StandardForm form)
form
- Method Detail |
---|
public Component cell()
SwingFormView
cell
in interface SwingFormView
public Component dialog()
SwingFormView
dialog
in interface SwingFormView
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |