类 AlgorithmListPanel

所有已实现的接口:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class AlgorithmListPanel extends JPanel implements ActionListener
This panel controls setting a list of algorithms for an experiment to iterate over.
版本:
$Revision: 7059 $
作者:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • AlgorithmListPanel

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

      public AlgorithmListPanel()
      Create the algorithm 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 algorithm list panel from the command line.
      参数:
      args - ignored