|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IApplicable
IApplicable is an interface which tells the ButtonBar
that the widget implementing this interface needs an apply and a cancel
button in addition to the ok button demanded by the IControlee
ButtonBar,
IControlee| Method Summary | |
|---|---|
void |
apply()
apply is called when the user presses the apply
button. |
void |
cancel()
cancel is called when the user presses the cancel
button. |
| Methods inherited from interface fr.esrf.tangoatk.widget.util.IControlee |
|---|
ok |
| Method Detail |
|---|
void apply()
apply is called when the user presses the apply
button. Expected behaviour is to set all values on the
model of the widget
void cancel()
cancel is called when the user presses the cancel
button. Expected behaviour is to close the window, eg
getRootPane().getParent().setVisible(false);
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||