Interface ITaskPropertyGui


public interface ITaskPropertyGui
  • Method Details

    • init

      void init(IModelContainer container, MActivity task, ClassLoader cl)
      Once called to init the component.
    • shutdown

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

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