Package fr.esrf.tangoatk.widget.util
Interface IApplicable
- All Superinterfaces:
IControlee
- All Known Implementing Classes:
ConvolveFilter
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- Version:
- $Revision$
- Author:
- Erik Assum
- See Also:
-
Method Summary
Methods inherited from interface fr.esrf.tangoatk.widget.util.IControlee
ok
-
Method Details
-
apply
void apply()applyis called when the user presses the apply button. Expected behaviour is to set all values on the model of the widget -
cancel
void cancel()cancelis called when the user presses the cancel button. Expected behaviour is to close the window, eggetRootPane().getParent().setVisible(false);
-