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)
GeneratorPropertyIteratorPanel()
- Creates the property iterator panel initially disabled.
GeneratorPropertyIteratorPanel(Experiment)
- Creates the property iterator panel and sets the experiment.
actionPerformed(ActionEvent)
- Handles the various button clicking type activities.
addActionListener(ActionListener)
- Add a listener interested in kowing about editor status changes
getEditorActive()
- Returns true if the editor is currently in an active status---that
is the array is active and able to be edited.
main(String[])
- Tests out the panel from the command line.
setExperiment(Experiment)
- Sets the experiment which will have the custom properties edited.
GeneratorPropertyIteratorPanel
public GeneratorPropertyIteratorPanel()
Creates the property iterator panel initially disabled.
GeneratorPropertyIteratorPanel
public GeneratorPropertyIteratorPanel(Experiment exp)
Creates the property iterator panel and sets the experiment.
- Parameters:
exp
- a value of type 'Experiment'
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
setExperiment
public void setExperiment(Experiment exp)
Sets the experiment which will have the custom properties edited.
- Parameters:
exp
- a value of type 'Experiment'
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
Handles the various button clicking type activities.
- Parameters:
e
- a value of type 'ActionEvent'
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
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