|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--weka.gui.experiment.RunNumberPanel
This panel controls configuration of lower and upper run numbers in an experiment.
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
protected Experiment |
m_Exp
The experiment being configured |
protected JTextField |
m_LowerText
Configures the lower run number |
protected JTextField |
m_UpperText
Configures the upper run number |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
RunNumberPanel()
Creates the panel with no initial experiment. |
|
RunNumberPanel(Experiment exp)
Creates the panel with the supplied initial experiment. |
Method Summary | |
int |
getLower()
Gets the current lower run number. |
int |
getUpper()
Gets the current upper run number. |
static void |
main(String[] args)
Tests out the panel from the command line. |
void |
setExperiment(Experiment exp)
Sets the experiment to be configured. |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected JTextField m_LowerText
protected JTextField m_UpperText
protected Experiment m_Exp
Constructor Detail |
public RunNumberPanel()
public RunNumberPanel(Experiment exp)
exp
- a value of type 'Experiment'Method Detail |
public void setExperiment(Experiment exp)
exp
- a value of type 'Experiment'public int getLower()
public int getUpper()
public static void main(String[] args)
args
- ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |