All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.gui.experiment.RunNumberPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.JPanel
|
+----weka.gui.experiment.RunNumberPanel
- public class RunNumberPanel
- extends javax.swing.JPanel
This panel controls configuration of lower and upper run numbers
in an experiment.
- Version:
- $Revision: 1.4 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
RunNumberPanel()
- Creates the panel with no initial experiment.
RunNumberPanel(Experiment)
- Creates the panel with the supplied initial experiment.
getLower()
- Gets the current lower run number.
getUpper()
- Gets the current upper run number.
main(String[])
- Tests out the panel from the command line.
setExperiment(Experiment)
- Sets the experiment to be configured.
RunNumberPanel
public RunNumberPanel()
Creates the panel with no initial experiment.
RunNumberPanel
public RunNumberPanel(Experiment exp)
Creates the panel with the supplied initial experiment.
- Parameters:
exp
- a value of type 'Experiment'
setExperiment
public void setExperiment(Experiment exp)
Sets the experiment to be configured.
- Parameters:
exp
- a value of type 'Experiment'
getLower
public int getLower()
Gets the current lower run number.
- Returns:
- the lower run number.
getUpper
public int getUpper()
Gets the current upper run number.
- Returns:
- the upper run number.
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