Class DatasetListPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class DatasetListPanel extends JPanel implements ActionListener
This panel controls setting a list of datasets for an experiment to iterate over.
Version:
$Revision: 10222 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • DatasetListPanel

      public DatasetListPanel(Experiment exp)
      Creates the dataset list panel with the given experiment.
      Parameters:
      exp - a value of type 'Experiment'
    • DatasetListPanel

      public DatasetListPanel()
      Create the dataset list panel initially disabled.
  • Method Details

    • setExperiment

      public void setExperiment(Experiment exp)
      Tells the panel to act on a new experiment.
      Parameters:
      exp - a value of type 'Experiment'
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Handle actions when buttons get pressed.
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e - a value of type 'ActionEvent'
    • main

      public static void main(String[] args)
      Tests out the dataset list panel from the command line.
      Parameters:
      args - ignored