Interface IImagePanel

All Superinterfaces:
IControlee
All Known Implementing Classes:
ConvolveFilter, RoiControlPanel

public interface IImagePanel extends IControlee
IImagePanel is an interface to specify a graphical object which is to appear in an image-viewers control-panel.
Version:
$Revision$
Author:
Erik Assum
  • Method Summary

    Modifier and Type
    Method
    Description
    getComponent returns the visual part of this controller.
    getName returns the name by which this controller is to be presented by in the control-panel.

    Methods inherited from interface fr.esrf.tangoatk.widget.util.IControlee

    ok
  • Method Details

    • getName

      String getName()
      getName returns the name by which this controller is to be presented by in the control-panel.
      Returns:
      a String value
    • getComponent

      JComponent getComponent()
      getComponent returns the visual part of this controller. Normally the visual part is a panel.
      Returns:
      a JComponent value