All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.gui.experiment.DistributeExperimentPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.JPanel
|
+----weka.gui.experiment.DistributeExperimentPanel
- public class DistributeExperimentPanel
- extends javax.swing.JPanel
This panel enables an experiment to be distributed to multiple hosts;
it also allows remote host names to be specified.
- Version:
- $Revision: 1.4 $
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
DistributeExperimentPanel()
- Constructor
DistributeExperimentPanel(Experiment)
- Creates the panel with the supplied initial experiment.
addCheckBoxActionListener(ActionListener)
- Enable objects to listen for changes to the check box
distributedExperimentSelected()
- Returns true if the distribute experiment checkbox is selected
main(String[])
- Tests out the panel from the command line.
setExperiment(Experiment)
- Sets the experiment to be configured.
DistributeExperimentPanel
public DistributeExperimentPanel()
Constructor
DistributeExperimentPanel
public DistributeExperimentPanel(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 to be configured.
- Parameters:
exp
- a value of type 'Experiment'
distributedExperimentSelected
public boolean distributedExperimentSelected()
Returns true if the distribute experiment checkbox is selected
- Returns:
- true if the user has opted for distributing the experiment
addCheckBoxActionListener
public void addCheckBoxActionListener(java.awt.event.ActionListener al)
Enable objects to listen for changes to the check box
- Parameters:
al
- an ActionListener
main
public static void main(java.lang.String args[])
Tests out the panel from the command line.
- Parameters:
args
- ignored.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home