All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.gui.experiment.DatasetListPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----javax.swing.JPanel
                                   |
                                   +----weka.gui.experiment.DatasetListPanel

public class DatasetListPanel
extends JPanel
implements ActionListener
This panel controls setting a list of datasets for an experiment to iterate over.

Version:
$Revision: 1.5 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Constructor Index

 o DatasetListPanel()
Create the dataset list panel initially disabled.
 o DatasetListPanel(Experiment)
Creates the dataset list panel with the given experiment.

Method Index

 o actionPerformed(ActionEvent)
Handle actions when buttons get pressed.
 o main(String[])
Tests out the dataset list panel from the command line.
 o setExperiment(Experiment)
Tells the panel to act on a new experiment.

Constructors

 o DatasetListPanel
 public DatasetListPanel(Experiment exp)
Creates the dataset list panel with the given experiment.

Parameters:
exp - a value of type 'Experiment'
 o DatasetListPanel
 public DatasetListPanel()
Create the dataset list panel initially disabled.

Methods

 o setExperiment
 public void setExperiment(Experiment exp)
Tells the panel to act on a new experiment.

Parameters:
exp - a value of type 'Experiment'
 o actionPerformed
 public void actionPerformed(ActionEvent e)
Handle actions when buttons get pressed.

Parameters:
e - a value of type 'ActionEvent'
 o main
 public static void main(String args[])
Tests out the dataset list panel from the command line.

Parameters:
args - ignored

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home