Uses of Class
weka.gui.experiment.SetupModePanel

Packages that use SetupModePanel
weka.gui.experiment   
 

Uses of SetupModePanel in weka.gui.experiment
 

Fields in weka.gui.experiment declared as SetupModePanel
protected  SetupModePanel Experimenter.m_SetupPanel
          The panel for configuring the experiment
protected  SetupModePanel SimpleSetupPanel.m_modePanel
          The panel which switched between simple and advanced setup modes
 

Methods in weka.gui.experiment with parameters of type SetupModePanel
 void SimpleSetupPanel.setModePanel(SetupModePanel modePanel)
          Sets the panel used to switch between simple and advanced modes.