|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Define something cabable of producing a a GUI Component in various situations.
| 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. |
| Method Detail |
public java.awt.Component dialog()
public java.awt.Component group()
public java.awt.Component detailEdit()
public java.awt.Component cell()
public int inline(java.awt.Container container,
int row,
int column,
boolean selectionInGroup)
container - The container to add the component to.row - The row to add the component at.
public void setEnabled(boolean enabled)
enabled -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||