Interface ITaskPropertyGui

    • Method Detail

      • init

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

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

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