public class MonitoringPanel
extends java.lang.Object
implements jadex.base.gui.componentviewer.IServiceViewerPanel
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.JPanel |
inner
The tree of events.
|
protected jadex.bridge.service.types.monitoring.IMonitoringService |
monservice
The monitoring service.
|
| Constructor and Description |
|---|
MonitoringPanel() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getComponent()
Get the component.
|
java.lang.String |
getId()
The id used for mapping properties.
|
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)
Create main 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 plugin that it should stop all its computation
|
protected jadex.bridge.service.types.monitoring.IMonitoringService monservice
protected javax.swing.JPanel inner
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.IServiceViewerPanelpublic jadex.commons.future.IFuture<java.lang.Void> shutdown()
shutdown in interface jadex.base.gui.componentviewer.IAbstractViewerPanelpublic javax.swing.JComponent getComponent()
getComponent in interface jadex.base.gui.componentviewer.IAbstractViewerPanelpublic java.lang.String getId()
getId in interface jadex.base.gui.componentviewer.IAbstractViewerPanelpublic jadex.commons.future.IFuture<java.lang.Void> setProperties(jadex.commons.Properties props)
setProperties in interface jadex.commons.IPropertiesProviderpublic jadex.commons.future.IFuture<jadex.commons.Properties> getProperties()
getProperties in interface jadex.commons.IPropertiesProvider