|
||||||||||
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.DistributeExperimentPanel
This panel enables an experiment to be distributed to multiple hosts; it also allows remote host names to be specified.
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 JButton |
m_configureHostNames
Popup the HostListPanel |
protected JCheckBox |
m_enableDistributedExperiment
Distribute the current experiment to remote hosts |
protected HostListPanel |
m_hostList
The host list panel |
protected JRadioButton |
m_splitByDataSet
Split experiment up by data set. |
protected JRadioButton |
m_splitByRun
Split experiment up by 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 | |
DistributeExperimentPanel()
Constructor |
|
DistributeExperimentPanel(Experiment exp)
Creates the panel with the supplied initial experiment. |
Method Summary | |
void |
addCheckBoxActionListener(ActionListener al)
Enable objects to listen for changes to the check box |
boolean |
distributedExperimentSelected()
Returns true if the distribute experiment checkbox is selected |
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 JCheckBox m_enableDistributedExperiment
protected JButton m_configureHostNames
protected HostListPanel m_hostList
protected JRadioButton m_splitByDataSet
protected JRadioButton m_splitByRun
Constructor Detail |
public DistributeExperimentPanel()
public DistributeExperimentPanel(Experiment exp)
exp
- a value of type 'Experiment'Method Detail |
public void setExperiment(Experiment exp)
exp
- a value of type 'Experiment'public boolean distributedExperimentSelected()
public void addCheckBoxActionListener(ActionListener al)
al
- an ActionListenerpublic static void main(String[] args)
args
- ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |