|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IControlee
IControlee is an interface used by all widgets controlled
by the ButtonBar. Implementing this interface will allow a component
to be added to the ButtonBar.
ButtonBar,
IHelpful,
IApplicable| Method Summary | |
|---|---|
void |
ok()
ok will be called when the component is visible and
the user presses the OK button on the ButtonBar
Expected behaviour is to set all the values on the model the
widget is representing followed by a
getRootPane().getParent().setVisible(false); |
| Method Detail |
|---|
void ok()
ok will be called when the component is visible and
the user presses the OK button on the ButtonBar
Expected behaviour is to set all the values on the model the
widget is representing followed by a
getRootPane().getParent().setVisible(false);
ButtonBar
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||