public static class MethodCallTask.ServiceCallTaskGui
extends java.lang.Object
implements jadex.bpmn.model.task.ITaskPropertyGui
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JComboBox |
cbmethodname
The combo box for the method name.
|
protected javax.swing.JComboBox |
cbsername
The combo box for the service name.
|
protected java.lang.ClassLoader |
cl
The classloader.
|
protected jadex.bridge.modelinfo.IModelInfo |
model
The model.
|
protected javax.swing.JPanel |
panel
The panel.
|
protected jadex.bpmn.model.MActivity |
task
The task.
|
Constructor and Description |
---|
ServiceCallTaskGui() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent()
The component to be shown in the gui.
|
void |
init(jadex.bpmn.model.IModelContainer container,
jadex.bpmn.model.MActivity task,
java.lang.ClassLoader cl)
Once called to init the component.
|
protected void |
refresh() |
void |
shutdown()
Informs the panel that it should stop all its computation.
|
protected javax.swing.JPanel panel
protected jadex.bridge.modelinfo.IModelInfo model
protected jadex.bpmn.model.MActivity task
protected java.lang.ClassLoader cl
protected javax.swing.JComboBox cbsername
protected javax.swing.JComboBox cbmethodname
public void init(jadex.bpmn.model.IModelContainer container, jadex.bpmn.model.MActivity task, java.lang.ClassLoader cl)
init
in interface jadex.bpmn.model.task.ITaskPropertyGui
protected void refresh()
public void shutdown()
shutdown
in interface jadex.bpmn.model.task.ITaskPropertyGui
public javax.swing.JComponent getComponent()
getComponent
in interface jadex.bpmn.model.task.ITaskPropertyGui