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)

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.

Constructor Detail

 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'

Method Detail

 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(java.awt.event.ActionListener al)
          Enable objects to listen for changes to the check box
Parameters:
al - an ActionListener
 o 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