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 javax.swing.JPanel
- implements java.awt.event.ActionListener
This panel controls setting a list of datasets for an experiment to
iterate over.
- Version:
- $Revision: 1.13 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
DatasetListPanel()
- Create the dataset list panel initially disabled.
DatasetListPanel(Experiment)
- Creates the dataset list panel with the given experiment.
actionPerformed(ActionEvent)
- Handle actions when buttons get pressed.
main(String[])
- Tests out the dataset list panel from the command line.
setExperiment(Experiment)
- Tells the panel to act on a new experiment.
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.
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(java.awt.event.ActionEvent e)
Handle actions when buttons get pressed.
- Parameters:
e
- a value of type 'ActionEvent'
main
public static void main(java.lang.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