Package fr.esrf.tangoatk.widget.util
Interface IControlee
- All Known Subinterfaces:
IApplicable,IHelpful,IImagePanel
- All Known Implementing Classes:
BooleanTrend,ConvolveFilter,ErrorHistory,HelpWindow,RoiControlPanel,StatusViewer,Trend
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.- Version:
- $Revision$
- Author:
- Erik Assum
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidok()okwill 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 agetRootPane().getParent().setVisible(false);
-
Method Details
-
ok
void ok()okwill 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 agetRootPane().getParent().setVisible(false);- See Also:
-