public class MonitoringServicePlugin extends AbstractServicePlugin
icons, selectorpanel| Constructor and Description |
|---|
MonitoringServicePlugin() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<jadex.base.gui.componentviewer.IAbstractViewerPanel> |
createServicePanel(jadex.bridge.service.IService service)
Create the service panel.
|
java.lang.Class<?> |
getServiceType()
Get the service type.
|
javax.swing.Icon |
getToolIcon(boolean selected)
Get the icon.
|
createSelectorPanel, getNamecreateView, getHelpID, getProperties, getSelectorPanel, setProperties, shutdownpublic java.lang.Class<?> getServiceType()
getServiceType in class AbstractServicePluginpublic jadex.commons.future.IFuture<jadex.base.gui.componentviewer.IAbstractViewerPanel> createServicePanel(jadex.bridge.service.IService service)
createServicePanel in class AbstractServicePluginpublic javax.swing.Icon getToolIcon(boolean selected)
getToolIcon in interface jadex.base.gui.plugin.IControlCenterPlugingetToolIcon in class AbstractServicePlugin