Class MethodCallTask.ServiceCallTaskGui

java.lang.Object
jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
Enclosing class:
MethodCallTask

public static class MethodCallTask.ServiceCallTaskGui extends Object
  • Field Details

    • panel

      protected JPanel panel
      The panel.
    • model

      protected jadex.model.modelinfo.IModelInfo model
      The model.
    • task

      protected MActivity task
      The task.
    • cl

      protected ClassLoader cl
      The classloader.
    • cbsername

      protected JComboBox cbsername
      The combo box for the service name.
    • cbmethodname

      protected JComboBox cbmethodname
      The combo box for the method name.
  • Constructor Details

    • ServiceCallTaskGui

      public ServiceCallTaskGui()
  • Method Details

    • shutdown

      public void shutdown()
      Informs the panel that it should stop all its computation.