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 Type
    Method
    Description
    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 Details

    • 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: