All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.gui.experiment.SetupPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.JPanel
|
+----weka.gui.experiment.SetupPanel
- public class SetupPanel
- extends javax.swing.JPanel
This panel controls the configuration of an experiment.
- Version:
- $Revision: 1.17 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
SetupPanel()
- Creates the setup panel with no initial experiment.
SetupPanel(Experiment)
- Creates the setup panel with the supplied initial experiment.
addPropertyChangeListener(PropertyChangeListener)
- Adds a PropertyChangeListener who will be notified of value changes.
getExperiment()
- Gets the currently configured experiment.
main(String[])
- Tests out the experiment setup from the command line.
removePropertyChangeListener(PropertyChangeListener)
- Removes a PropertyChangeListener.
setExperiment(Experiment)
- Sets the experiment to configure.
SetupPanel
public SetupPanel(Experiment exp)
Creates the setup panel with the supplied initial experiment.
- Parameters:
exp
- a value of type 'Experiment'
SetupPanel
public SetupPanel()
Creates the setup panel with no initial experiment.
setExperiment
public void setExperiment(Experiment exp)
Sets the experiment to configure.
- Parameters:
exp
- a value of type 'Experiment'
getExperiment
public Experiment getExperiment()
Gets the currently configured experiment.
- Returns:
- the currently configured experiment.
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
Adds a PropertyChangeListener who will be notified of value changes.
- Parameters:
l
- a value of type 'PropertyChangeListener'
- Overrides:
- addPropertyChangeListener in class javax.swing.JComponent
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
Removes a PropertyChangeListener.
- Parameters:
l
- a value of type 'PropertyChangeListener'
- Overrides:
- removePropertyChangeListener in class javax.swing.JComponent
main
public static void main(java.lang.String args[])
Tests out the experiment setup from the command line.
- Parameters:
args
- arguments to the program.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home