类 DatasetListPanel

所有已实现的接口:
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.
版本:
$Revision: 7059 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • DatasetListPanel

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

      public DatasetListPanel()
      Create the dataset list panel initially disabled.
  • 方法详细资料

    • setExperiment

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

      public void actionPerformed(ActionEvent e)
      Handle actions when buttons get pressed.
      指定者:
      actionPerformed 在接口中 ActionListener
      参数:
      e - a value of type 'ActionEvent'
    • main

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