Uses of Class
weka.gui.WekaTaskMonitor

Packages that use WekaTaskMonitor
weka.gui   
 

Uses of WekaTaskMonitor in weka.gui
 

Fields in weka.gui declared as WekaTaskMonitor
protected  WekaTaskMonitor LogPanel.m_TaskMonitor
          The panel for monitoring the number of running tasks (if supplied)
 

Constructors in weka.gui with parameters of type WekaTaskMonitor
LogPanel(WekaTaskMonitor tm)
          Creates the log panel with a task monitor, where the log is hidden.
LogPanel(WekaTaskMonitor tm, boolean logHidden)
          Creates the log panel, possibly with task monitor, where the log is optionally hidden.