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.IServiceViewerPanel
init
in class jadex.base.gui.componentviewer.AbstractServiceViewerPanel
jcc
- The jcc.component
- The component.public jadex.commons.future.IFuture<java.lang.Void> shutdown()
shutdown
in interface jadex.base.gui.componentviewer.IAbstractViewerPanel
shutdown
in class jadex.base.gui.componentviewer.AbstractServiceViewerPanel
public javax.swing.JComponent getComponent()
getComponent
in interface jadex.base.gui.componentviewer.IAbstractViewerPanel
getComponent
in class jadex.base.gui.componentviewer.AbstractServiceViewerPanel
public jadex.commons.future.IFuture<java.lang.Void> setProperties(jadex.commons.Properties props)
setProperties
in interface jadex.commons.IPropertiesProvider
setProperties
in class jadex.base.gui.componentviewer.AbstractServiceViewerPanel
public jadex.commons.future.IFuture<jadex.commons.Properties> getProperties()
getProperties
in interface jadex.commons.IPropertiesProvider
getProperties
in class jadex.base.gui.componentviewer.AbstractServiceViewerPanel