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 JPanel
implements TaskLogger
This panel records the number of weka tasks running and displays a simple bird animation while their are active tasks

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

Constructors

 o WekaTaskMonitor
 public WekaTaskMonitor()
Constructor

Methods

 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(String args[])
Main method for testing this class


All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home