Class ServicePoolTask.ServicePoolTaskGui

    • Field Detail

      • panel

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

        protected IModelContainer modelcontainer
        The model container.
    • Constructor Detail

      • ServicePoolTaskGui

        public ServicePoolTaskGui()
    • Method Detail

      • 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.