Package fr.esrf.tangoatk.widget.image
Interface IImagePanel
- All Superinterfaces:
IControlee
- All Known Implementing Classes:
ConvolveFilter,RoiControlPanel
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 TypeMethodDescriptiongetComponentreturns the visual part of this controller.getName()getNamereturns 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()getNamereturns the name by which this controller is to be presented by in the control-panel.- Returns:
- a
Stringvalue
-
getComponent
JComponent getComponent()getComponentreturns the visual part of this controller. Normally the visual part is a panel.- Returns:
- a
JComponentvalue
-