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 JPanel
This panel enables an experiment to be distributed to multiple hosts; it also allows remote host names to be specified.

Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Constructor Index

 o DistributeExperimentPanel()
Constructor
 o DistributeExperimentPanel(Experiment)
Creates the panel with the supplied initial experiment.

Method Index

 o addCheckBoxActionListener(ActionListener)
Enable objects to listen for changes to the check box
 o distributedExperimentSelected()
Returns true if the distribute experiment checkbox is selected
 o main(String[])
Tests out the panel from the command line.
 o setExperiment(Experiment)
Sets the experiment to be configured.

Constructors

 o DistributeExperimentPanel
 public DistributeExperimentPanel()
Constructor

 o DistributeExperimentPanel
 public DistributeExperimentPanel(Experiment exp)
Creates the panel with the supplied initial experiment.

Parameters:
exp - a value of type 'Experiment'

Methods

 o setExperiment
 public void setExperiment(Experiment exp)
Sets the experiment to be configured.

Parameters:
exp - a value of type 'Experiment'
 o distributedExperimentSelected
 public boolean distributedExperimentSelected()
Returns true if the distribute experiment checkbox is selected

Returns:
true if the user has opted for distributing the experiment
 o addCheckBoxActionListener
 public void addCheckBoxActionListener(ActionListener al)
Enable objects to listen for changes to the check box

Parameters:
al - an ActionListener
 o main
 public static void main(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