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 SummaryNested Classes Modifier and Type Class Description protected classServicePoolTask.ServicePoolTaskGui.MappingsTableModelTable model for imports.
 - 
Field SummaryFields Modifier and Type Field Description protected IModelContainermodelcontainerThe model container.protected javax.swing.JPanelpanelThe panel.protected MActivitytaskThe task.
 - 
Constructor SummaryConstructors Constructor Description ServicePoolTaskGui()
 - 
Method SummaryAll 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- 
panelprotected javax.swing.JPanel panel The panel.
 - 
modelcontainerprotected IModelContainer modelcontainer The model container.
 - 
taskprotected MActivity task The task.
 
- 
 - 
Method Detail- 
initpublic void init(IModelContainer container, MActivity task, java.lang.ClassLoader cl) Once called to init the component.- Specified by:
- initin interface- ITaskPropertyGui
 
 - 
shutdownpublic void shutdown() Informs the panel that it should stop all its computation.- Specified by:
- shutdownin interface- ITaskPropertyGui
 
 - 
getComponentpublic javax.swing.JComponent getComponent() The component to be shown in the gui.- Specified by:
- getComponentin interface- ITaskPropertyGui
- Returns:
- The component to be displayed.
 
 
- 
 
-