public interface IAbstractViewerPanel
extends jadex.commons.IPropertiesProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_VIEWERCLASS
The property for the viewer panel class.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent()
The component to be shown in the gui.
|
java.lang.String |
getId()
The id used for mapping properties.
|
jadex.commons.future.IFuture<java.lang.Void> |
shutdown()
Informs the panel that it should stop all its computation
|
static final java.lang.String PROPERTY_VIEWERCLASS
jadex.commons.future.IFuture<java.lang.Void> shutdown()
java.lang.String getId()
javax.swing.JComponent getComponent()