Package jadex.requiredservice.impl
Class ServiceCallTask.ServiceCallTaskGui
java.lang.Object
jadex.requiredservice.impl.ServiceCallTask.ServiceCallTaskGui
- Enclosing class:
ServiceCallTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JComboBox
The combo box for the method name.protected JComboBox
The combo box for the service name.protected ClassLoader
The classloader.protected jadex.bpmn.model.IModelContainer
The container.protected jadex.model.modelinfo.IModelInfo
The model.protected JPanel
The panel.protected jadex.bpmn.model.MActivity
The task. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe component to be shown in the gui.void
shutdown()
Informs the panel that it should stop all its computation.
-
Field Details
-
panel
The panel. -
model
protected jadex.model.modelinfo.IModelInfo modelThe model. -
task
protected jadex.bpmn.model.MActivity taskThe task. -
cl
The classloader. -
cbsername
The combo box for the service name. -
cbmethodname
The combo box for the method name. -
container
protected jadex.bpmn.model.IModelContainer containerThe container.
-
-
Constructor Details
-
ServiceCallTaskGui
public ServiceCallTaskGui()
-
-
Method Details
-
shutdown
public void shutdown()Informs the panel that it should stop all its computation. -
getComponent
The component to be shown in the gui.- Returns:
- The component to be displayed.
-