public interface IComponentViewerPanel extends IAbstractViewerPanel
PROPERTY_VIEWERCLASS| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
init(IControlCenter jcc,
jadex.bridge.IExternalAccess component)
Called once to initialize the panel.
|
getComponent, getId, shutdownjadex.commons.future.IFuture<java.lang.Void> init(IControlCenter jcc, jadex.bridge.IExternalAccess component)
jcc - The jcc.component - The component.