public class SimulationServicePlugin extends AbstractServicePlugin
| Modifier and Type | Field and Description |
|---|---|
protected static javax.swing.UIDefaults |
icons
The image icons.
|
protected javax.swing.JRadioButtonMenuItem |
time_date
The date time setting menu item.
|
protected javax.swing.JRadioButtonMenuItem |
time_long
The long time setting menu item.
|
protected javax.swing.JRadioButtonMenuItem |
time_rel
The relative time setting menu item.
|
selectorpanel| Constructor and Description |
|---|
SimulationServicePlugin() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JMenu[] |
createMenuBar()
Create the menu bar.
|
jadex.commons.future.IFuture |
createServicePanel(jadex.bridge.service.IService service)
Create the component panel.
|
java.lang.Class |
getServiceType()
Get the service type.
|
javax.swing.Icon |
getToolIcon(boolean selected)
Get the icon.
|
jadex.commons.future.IFuture |
setProperties(jadex.commons.Properties props)
Set the properties.
|
protected void |
updateMenu()
Change menu item state according to panel settings.
|
createSelectorPanel, getNamecreateView, getHelpID, getProperties, getSelectorPanel, shutdownprotected static final javax.swing.UIDefaults icons
protected javax.swing.JRadioButtonMenuItem time_long
protected javax.swing.JRadioButtonMenuItem time_rel
protected javax.swing.JRadioButtonMenuItem time_date
public java.lang.Class getServiceType()
getServiceType in class AbstractServicePluginpublic jadex.commons.future.IFuture 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 AbstractServicePluginpublic javax.swing.JMenu[] createMenuBar()
createMenuBar in class jadex.base.gui.plugin.AbstractJCCPluginprotected void updateMenu()
public jadex.commons.future.IFuture setProperties(jadex.commons.Properties props)
setProperties in interface jadex.commons.IPropertiesProvidersetProperties in class AbstractGenericPlugin<jadex.bridge.service.IService>