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)

Constructor Index

 o WekaTaskMonitor()
Constructor

Method Index

 o main(String[])
Main method for testing this class
 o taskFinished()
Tells the panel that a task has completed
 o taskStarted()
Tells the panel that a new task has been started

Constructor Detail

 o WekaTaskMonitor
public WekaTaskMonitor()
          Constructor

Method Detail

 o taskStarted
public void taskStarted()
          Tells the panel that a new task has been started
 o taskFinished
public void taskFinished()
          Tells the panel that a task has completed
 o 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