All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.gui.experiment.RunPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.JPanel
|
+----weka.gui.experiment.RunPanel
- public class RunPanel
- extends javax.swing.JPanel
- implements java.awt.event.ActionListener
This panel controls the running of an experiment.
- Version:
- $Revision: 1.16 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
RunPanel()
- Creates the run panel with no initial experiment.
RunPanel(Experiment)
- Creates the panel with the supplied initial experiment.
actionPerformed(ActionEvent)
- Controls starting and stopping the experiment.
main(String[])
- Tests out the run panel from the command line.
setExperiment(Experiment)
- Sets the experiment the panel operates on.
RunPanel
public RunPanel()
Creates the run panel with no initial experiment.
RunPanel
public RunPanel(Experiment exp)
Creates the panel with the supplied initial experiment.
- Parameters:
exp
- a value of type 'Experiment'
setExperiment
public void setExperiment(Experiment exp)
Sets the experiment the panel operates on.
- Parameters:
exp
- a value of type 'Experiment'
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
Controls starting and stopping the experiment.
- Parameters:
e
- a value of type 'ActionEvent'
main
public static void main(java.lang.String args[])
Tests out the run panel from the command line.
- Parameters:
args
- may contain options specifying an experiment to run.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home