All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.gui.experiment.HostListPanel

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----javax.swing.JComponent
                            |
                            +----javax.swing.JPanel
                                    |
                                    +----weka.gui.experiment.HostListPanel

public class HostListPanel
extends javax.swing.JPanel
implements java.awt.event.ActionListener
This panel controls setting a list of hosts for a RemoteExperiment to use.

Version:
$Revision: 1.3 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Constructor Index

 o HostListPanel()
Create the host list panel initially disabled.
 o HostListPanel(RemoteExperiment)
Creates the host list panel with the given experiment.

Method Index

 o actionPerformed(ActionEvent)
Handle actions when text is entered into the host field or the delete button is pressed.
 o main(String[])
Tests out the host list panel from the command line.
 o setExperiment(RemoteExperiment)
Tells the panel to act on a new experiment.

Constructor Detail

 o HostListPanel
public HostListPanel(RemoteExperiment exp)
          Creates the host list panel with the given experiment.
Parameters:
exp - a value of type 'Experiment'
 o HostListPanel
public HostListPanel()
          Create the host list panel initially disabled.

Method Detail

 o setExperiment
public void setExperiment(RemoteExperiment exp)
          Tells the panel to act on a new experiment.
Parameters:
exp - a value of type 'Experiment'
 o actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
          Handle actions when text is entered into the host field or the delete button is pressed.
Parameters:
e - a value of type 'ActionEvent'
 o main
public static void main(java.lang.String args[])
          Tests out the host list panel from the command line.
Parameters:
args - ignored

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home