Class ServiceCallTask.ServiceCallTaskGui

java.lang.Object
jadex.requiredservice.impl.ServiceCallTask.ServiceCallTaskGui
Enclosing class:
ServiceCallTask

public static class ServiceCallTask.ServiceCallTaskGui extends Object
  • Field Details

    • panel

      protected JPanel panel
      The panel.
    • model

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

      protected jadex.bpmn.model.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.
    • container

      protected jadex.bpmn.model.IModelContainer container
      The container.
  • Constructor Details

    • ServiceCallTaskGui

      public ServiceCallTaskGui()
  • Method Details

    • shutdown

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

      public JComponent getComponent()
      The component to be shown in the gui.
      Returns:
      The component to be displayed.