public class SimServiceViewerPanel
extends jadex.base.gui.componentviewer.AbstractServiceViewerPanel
| Modifier and Type | Field and Description |
|---|---|
protected SimCenterPanel |
panel
The panel.
|
| Constructor and Description |
|---|
SimServiceViewerPanel() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getComponent()
The component to be shown in the gui.
|
jadex.commons.future.IFuture<jadex.commons.Properties> |
getProperties()
Advices the panel provide its setting as properties (if any).
|
jadex.commons.future.IFuture<java.lang.Void> |
init(jadex.base.gui.plugin.IControlCenter jcc,
jadex.bridge.service.IService service)
Called once to initialize the panel.
|
jadex.commons.future.IFuture<java.lang.Void> |
setProperties(jadex.commons.Properties props)
Advices the the panel to restore its properties from the argument
|
jadex.commons.future.IFuture<java.lang.Void> |
shutdown()
Informs the panel that it should stop all its computation
|
protected SimCenterPanel panel
public jadex.commons.future.IFuture<java.lang.Void> init(jadex.base.gui.plugin.IControlCenter jcc,
jadex.bridge.service.IService service)
init in interface jadex.base.gui.componentviewer.IServiceViewerPanelinit in class jadex.base.gui.componentviewer.AbstractServiceViewerPaneljcc - The jcc.component - The component.public jadex.commons.future.IFuture<java.lang.Void> shutdown()
shutdown in interface jadex.base.gui.componentviewer.IAbstractViewerPanelshutdown in class jadex.base.gui.componentviewer.AbstractServiceViewerPanelpublic javax.swing.JComponent getComponent()
getComponent in interface jadex.base.gui.componentviewer.IAbstractViewerPanelgetComponent in class jadex.base.gui.componentviewer.AbstractServiceViewerPanelpublic jadex.commons.future.IFuture<java.lang.Void> setProperties(jadex.commons.Properties props)
setProperties in interface jadex.commons.IPropertiesProvidersetProperties in class jadex.base.gui.componentviewer.AbstractServiceViewerPanelpublic jadex.commons.future.IFuture<jadex.commons.Properties> getProperties()
getProperties in interface jadex.commons.IPropertiesProvidergetProperties in class jadex.base.gui.componentviewer.AbstractServiceViewerPanel