public interface IImagePanel extends IControlee
IImagePanel is an interface to specify a graphical object
which is to appear in an image-viewers control-panel.| Modifier and Type | Method and Description |
|---|---|
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. |
okjava.lang.String getName()
getName returns the name by which this controller is
to be presented by in the control-panel.String valuejavax.swing.JComponent getComponent()
getComponent returns the visual part of this controller.
Normally the visual part is a panel.JComponent value