Class ServicePoolTask.ServicePoolTaskGui
- java.lang.Object
-
- jadex.platform.service.servicepool.ServicePoolTask.ServicePoolTaskGui
-
- All Implemented Interfaces:
ITaskPropertyGui
- Enclosing class:
- ServicePoolTask
public static class ServicePoolTask.ServicePoolTaskGui extends java.lang.Object implements ITaskPropertyGui
The swing gui for the service task.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
ServicePoolTask.ServicePoolTaskGui.MappingsTableModel
Table model for imports.
-
Field Summary
Fields Modifier and Type Field Description protected IModelContainer
modelcontainer
The model container.protected javax.swing.JPanel
panel
The panel.protected MActivity
task
The task.
-
Constructor Summary
Constructors Constructor Description ServicePoolTaskGui()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponent
getComponent()
The component to be shown in the gui.void
init(IModelContainer container, MActivity task, java.lang.ClassLoader cl)
Once called to init the component.void
shutdown()
Informs the panel that it should stop all its computation.
-
-
-
Field Detail
-
panel
protected javax.swing.JPanel panel
The panel.
-
modelcontainer
protected IModelContainer modelcontainer
The model container.
-
task
protected MActivity task
The task.
-
-
Method Detail
-
init
public void init(IModelContainer container, MActivity task, java.lang.ClassLoader cl)
Once called to init the component.- Specified by:
init
in interfaceITaskPropertyGui
-
shutdown
public void shutdown()
Informs the panel that it should stop all its computation.- Specified by:
shutdown
in interfaceITaskPropertyGui
-
getComponent
public javax.swing.JComponent getComponent()
The component to be shown in the gui.- Specified by:
getComponent
in interfaceITaskPropertyGui
- Returns:
- The component to be displayed.
-
-