Class TaskListPanel

    • Field Detail

      • m_Exp

        protected weka.experiment.Experiment m_Exp
        The experiment to set the dataset or task list of.
    • Constructor Detail

      • TaskListPanel

        public TaskListPanel​(org.openml.apiconnector.io.OpenmlConnector ac)
    • Method Detail

      • setExperiment

        public void setExperiment​(weka.experiment.Experiment exp)
        Tells the panel to act on a new experiment.
        Overrides:
        setExperiment in class weka.gui.experiment.DatasetListPanel
        Parameters:
        exp - a value of type 'TaskBasedExperiment'
      • actionPerformed

        public void actionPerformed​(ActionEvent e)
        Handle actions when buttons get pressed.
        Specified by:
        actionPerformed in interface ActionListener
        Overrides:
        actionPerformed in class weka.gui.experiment.DatasetListPanel
        Parameters:
        e - a value of type 'ActionEvent'
      • actionPerformedTaskBasedAdd

        public void actionPerformedTaskBasedAdd​(ActionEvent e)
      • actionPerformedTaskBasedEdit

        public void actionPerformedTaskBasedEdit​(ActionEvent e)