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)
HostListPanel()
- Create the host list panel initially disabled.
HostListPanel(RemoteExperiment)
- Creates the host list panel with the given experiment.
actionPerformed(ActionEvent)
- Handle actions when text is entered into the host field or the
delete button is pressed.
main(String[])
- Tests out the host list panel from the command line.
setExperiment(RemoteExperiment)
- Tells the panel to act on a new experiment.
HostListPanel
public HostListPanel(RemoteExperiment exp)
Creates the host list panel with the given experiment.
- Parameters:
exp
- a value of type 'Experiment'
HostListPanel
public HostListPanel()
Create the host list panel initially disabled.
setExperiment
public void setExperiment(RemoteExperiment exp)
Tells the panel to act on a new experiment.
- Parameters:
exp
- a value of type 'Experiment'
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'
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