Package jadex.bpmn.runtime.task
Class MethodCallTask.ServiceCallTaskGui
- java.lang.Object
- 
- jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
 
- 
- All Implemented Interfaces:
- ITaskPropertyGui
 - Enclosing class:
- MethodCallTask
 
 public static class MethodCallTask.ServiceCallTaskGui extends java.lang.Object implements ITaskPropertyGui 
- 
- 
Field SummaryFields Modifier and Type Field Description protected javax.swing.JComboBoxcbmethodnameThe combo box for the method name.protected javax.swing.JComboBoxcbsernameThe combo box for the service name.protected java.lang.ClassLoaderclThe classloader.protected IModelInfomodelThe model.protected javax.swing.JPanelpanelThe panel.protected MActivitytaskThe task.
 - 
Constructor SummaryConstructors Constructor Description ServiceCallTaskGui()
 - 
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.protected voidrefresh()voidshutdown()Informs the panel that it should stop all its computation.
 
- 
- 
- 
Field Detail- 
panelprotected javax.swing.JPanel panel The panel.
 - 
modelprotected IModelInfo model The model.
 - 
taskprotected MActivity task The task.
 - 
clprotected java.lang.ClassLoader cl The classloader.
 - 
cbsernameprotected javax.swing.JComboBox cbsername The combo box for the service name.
 - 
cbmethodnameprotected javax.swing.JComboBox cbmethodname The combo box for the method name.
 
- 
 - 
Method Detail- 
initpublic void init(IModelContainer container, MActivity task, java.lang.ClassLoader cl) Once called to init the component.- Specified by:
- initin interface- ITaskPropertyGui
 
 - 
refreshprotected void refresh() 
 - 
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.
 
 
- 
 
-