fr.esrf.tangoatk.widget.image
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.
|
Method Summary |
javax.swing.JComponent |
getComponent()
getComponent returns the visual part of this controller. |
java.lang.String |
getName()
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 |
getName
java.lang.String getName()
getName returns the name by which this controller is
to be presented by in the control-panel.
- Returns:
- a
String value
getComponent
javax.swing.JComponent getComponent()
getComponent returns the visual part of this controller.
Normally the visual part is a panel.
- Returns:
- a
JComponent value