All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.gui.WekaTaskMonitor
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.JPanel
|
+----weka.gui.WekaTaskMonitor
- public class WekaTaskMonitor
- extends javax.swing.JPanel
- implements TaskLogger
This panel records the number of weka tasks running and displays a
simple bird animation while their are active tasks
- Version:
- $Revision: 1.6 $
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
WekaTaskMonitor()
- Constructor
main(String[])
- Main method for testing this class
taskFinished()
- Tells the panel that a task has completed
taskStarted()
- Tells the panel that a new task has been started
WekaTaskMonitor
public WekaTaskMonitor()
Constructor
taskStarted
public void taskStarted()
Tells the panel that a new task has been started
taskFinished
public void taskFinished()
Tells the panel that a task has completed
main
public static void main(java.lang.String args[])
Main method for testing this class
All Packages Class Hierarchy This Package Previous Next Index WEKA's home