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.

See Also:
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

ok

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);

See Also:
ButtonBar