Class ServiceCallTask.ServiceCallTaskGui

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent getComponent()
      The component to be shown in the gui.
      void init​(IModelContainer container, 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • panel

        protected javax.swing.JPanel panel
        The panel.
      • cl

        protected java.lang.ClassLoader cl
        The classloader.
      • cbsername

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

        protected javax.swing.JComboBox cbmethodname
        The combo box for the method name.
    • Constructor Detail

      • ServiceCallTaskGui

        public ServiceCallTaskGui()
    • Method Detail

      • refresh

        protected void refresh()
      • shutdown

        public void shutdown()
        Informs the panel that it should stop all its computation.
        Specified by:
        shutdown in interface ITaskPropertyGui
      • getComponent

        public javax.swing.JComponent getComponent()
        The component to be shown in the gui.
        Specified by:
        getComponent in interface ITaskPropertyGui
        Returns:
        The component to be displayed.