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, getName
createView, getHelpID, getProperties, getSelectorPanel, shutdown
protected 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 AbstractServicePlugin
public jadex.commons.future.IFuture createServicePanel(jadex.bridge.service.IService service)
createServicePanel
in class AbstractServicePlugin
public javax.swing.Icon getToolIcon(boolean selected)
getToolIcon
in interface jadex.base.gui.plugin.IControlCenterPlugin
getToolIcon
in class AbstractServicePlugin
public javax.swing.JMenu[] createMenuBar()
createMenuBar
in class jadex.base.gui.plugin.AbstractJCCPlugin
protected void updateMenu()
public jadex.commons.future.IFuture setProperties(jadex.commons.Properties props)
setProperties
in interface jadex.commons.IPropertiesProvider
setProperties
in class AbstractGenericPlugin<jadex.bridge.service.IService>