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 classServicePoolTask.ServicePoolTaskGui.MappingsTableModelTable model for imports.
-
Field Summary
Fields Modifier and Type Field Description protected IModelContainermodelcontainerThe model container.protected javax.swing.JPanelpanelThe panel.protected MActivitytaskThe task.
-
Constructor Summary
Constructors Constructor Description ServicePoolTaskGui()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()The component to be shown in the gui.voidinit(IModelContainer container, MActivity task, java.lang.ClassLoader cl)Once called to init the component.voidshutdown()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:
initin interfaceITaskPropertyGui
-
shutdown
public void shutdown()
Informs the panel that it should stop all its computation.- Specified by:
shutdownin interfaceITaskPropertyGui
-
getComponent
public javax.swing.JComponent getComponent()
The component to be shown in the gui.- Specified by:
getComponentin interfaceITaskPropertyGui- Returns:
- The component to be displayed.
-
-