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 JPanel
implements ActionListener
This panel controls setting a list of hosts for a RemoteExperiment to use.

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.

Constructors

 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.

Methods

 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(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(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