Class DefaultTasksPanel

    • Constructor Detail

      • DefaultTasksPanel

        @Inject
        public DefaultTasksPanel​(ExecutionEnvironment executionEnvironment,
                                 Format format)
        Constructs a DefaultTasksPanel.
        Parameters:
        executionEnvironment - the execution environment
        format - the format informations
    • Method Detail

      • init

        @Inject
        public void init()
        Registers a listener at the execution environment.
      • startup

        public void startup()
        Description copied from interface: Startupable
        Called on startup of panels.
        Specified by:
        startup in interface Startupable
      • getTable

        protected JTable getTable()
        Returns the instance of the table.
        Returns:
        the table
      • getModel

        protected AbstractTableModel getModel()
        Returns the instance of the model.
        Returns:
        the model
      • added

        public void added​(Task task)
        Description copied from interface: TaskListener
        Invoked if a Task is added.
        Specified by:
        added in interface TaskListener
        Parameters:
        task - the added task