|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.designer.view.FieldGroupView
| Constructor Summary | |
FieldGroupView(FieldGroup fieldGroup)
|
|
| Method Summary | |
java.awt.Component |
cell()
The component should be rendered for use in a table cell. |
java.awt.Component |
detailEdit()
The component should be rendered for use as a detail edit. |
java.awt.Component |
dialog()
The component should be rendered for use in a model dialog. |
java.awt.Component |
group()
The component should be rendered as a group for use on the design panel, with a border. |
int |
inline(java.awt.Container container,
int row,
int column,
boolean selectionInGroup)
The class should add it's component to the container which has a GridBagLayout. |
void |
setEnabled(boolean enabled)
Used when a component is part of a selection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FieldGroupView(FieldGroup fieldGroup)
| Method Detail |
public java.awt.Component dialog()
ViewProducer
dialog in interface ViewProducerpublic java.awt.Component group()
ViewProducer
group in interface ViewProducerpublic java.awt.Component detailEdit()
ViewProducer
detailEdit in interface ViewProducerpublic java.awt.Component cell()
ViewProducer
cell in interface ViewProducer
public int inline(java.awt.Container container,
int row,
int column,
boolean selectionInGroup)
ViewProducer
inline in interface ViewProducercontainer - The container to add the component to.row - The row to add the component at.
public void setEnabled(boolean enabled)
ViewProducer
setEnabled in interface ViewProducerenabled -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||