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 javax.swing.JPanel
implements java.awt.event.ActionListener
This panel controls setting a list of values for an arbitrary resultgenerator property for an experiment to iterate over.

Version:
$Revision: 1.8 $
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 addActionListener(ActionListener)
Add a listener interested in kowing about editor status changes
 o getEditorActive()
Returns true if the editor is currently in an active status---that is the array is active and able to be edited.
 o main(String[])
Tests out the panel from the command line.
 o setExperiment(Experiment)
Sets the experiment which will have the custom properties edited.

Constructor Detail

 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'

Method Detail

 o getEditorActive
public boolean getEditorActive()
          Returns true if the editor is currently in an active status---that is the array is active and able to be edited.
Returns:
true if editor is active
 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(java.awt.event.ActionEvent e)
          Handles the various button clicking type activities.
Parameters:
e - a value of type 'ActionEvent'
 o addActionListener
public void addActionListener(java.awt.event.ActionListener newA)
          Add a listener interested in kowing about editor status changes
Parameters:
newA - an listener to add
 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