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

Class weka.gui.experiment.GeneratorPropertyIteratorPanel

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

public class GeneratorPropertyIteratorPanel
extends JPanel
implements ActionListener
This panel controls setting a list of values for an arbitrary resultgenerator property for an experiment to iterate over.

Version:
$Revision: 1.5 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Constructor Index

 o GeneratorPropertyIteratorPanel()
Creates the property iterator panel initially disabled.
 o GeneratorPropertyIteratorPanel(Experiment)
Creates the property iterator panel and sets the experiment.

Method Index

 o actionPerformed(ActionEvent)
Handles the various button clicking type activities.
 o main(String[])
Tests out the panel from the command line.
 o setExperiment(Experiment)
Sets the experiment which will have the custom properties edited.

Constructors

 o GeneratorPropertyIteratorPanel
 public GeneratorPropertyIteratorPanel()
Creates the property iterator panel initially disabled.

 o GeneratorPropertyIteratorPanel
 public GeneratorPropertyIteratorPanel(Experiment exp)
Creates the property iterator panel and sets the experiment.

Parameters:
exp - a value of type 'Experiment'

Methods

 o setExperiment
 public void setExperiment(Experiment exp)
Sets the experiment which will have the custom properties edited.

Parameters:
exp - a value of type 'Experiment'
 o actionPerformed
 public void actionPerformed(ActionEvent e)
Handles the various button clicking type activities.

Parameters:
e - a value of type 'ActionEvent'
 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