Class TaskMonitor

java.lang.Object
net.thevpc.common.swing.util.TaskMonitor
Direct Known Subclasses:
LoggerTaskMonitor

public abstract class TaskMonitor extends Object
Author:
Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 13 juil. 2006 22:14:21
  • Field Details

  • Constructor Details

    • TaskMonitor

      public TaskMonitor()
    • TaskMonitor

      public TaskMonitor(TaskMonitor child)
  • Method Details

    • setChild

      public void setChild(TaskMonitor child)
    • setIndeterminate

      public void setIndeterminate(boolean indeterminate)
    • isIndeterminate

      public boolean isIndeterminate()
    • getChild

      public TaskMonitor getChild()
    • getParent

      public TaskMonitor getParent()
    • getLevel

      public int getLevel()
    • setMax

      public abstract void setMax(long max)
    • getMax

      public abstract long getMax()
    • getHierarchy

      public TaskMonitor[] getHierarchy()
    • progress

      public final void progress(long index, String progressKey, Object[] progressParams)
    • progressImpl

      public abstract void progressImpl(long index, String progressKey, Object[] progressParams)
    • progress

      public void progress(String progressKey, Object[] progressParams)
    • next

      public void next(String progressKey, Object[] progressParams)
    • next

      public void next()
    • progress

      public void progress(long index)
    • getIndex

      public abstract long getIndex()
    • getTaskLabel

      public String getTaskLabel()
    • setTaskLabel

      public void setTaskLabel(String taskLabel)
    • isStopped

      public boolean isStopped()
    • setStopped

      public void setStopped(boolean stopped)
    • reset

      public void reset()
    • stepInto

      public void stepInto(long newMax, String key, Object[] objects)
    • stepOut

      public void stepOut()