public abstract class TaskMonitor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INDEX_PARAM |
static int |
MAX_PARAM |
static TaskMonitor |
NONE |
static int |
PERCENT_PARAM |
| Constructor and Description |
|---|
TaskMonitor() |
TaskMonitor(TaskMonitor child) |
| Modifier and Type | Method and Description |
|---|---|
TaskMonitor |
getChild() |
TaskMonitor[] |
getHierarchy() |
abstract long |
getIndex() |
int |
getLevel() |
abstract long |
getMax() |
TaskMonitor |
getParent() |
String |
getTaskLabel() |
boolean |
isIndeterminate() |
boolean |
isStopped() |
void |
next() |
void |
next(String progressKey,
Object[] progressParams) |
void |
progress(long index) |
void |
progress(long index,
String progressKey,
Object[] progressParams) |
void |
progress(String progressKey,
Object[] progressParams) |
abstract void |
progressImpl(long index,
String progressKey,
Object[] progressParams) |
void |
reset() |
void |
setChild(TaskMonitor child) |
void |
setIndeterminate(boolean indeterminate) |
abstract void |
setMax(long max) |
void |
setStopped(boolean stopped) |
void |
setTaskLabel(String taskLabel) |
void |
stepInto(long newMax,
String key,
Object[] objects) |
void |
stepOut() |
public static final int INDEX_PARAM
public static final int MAX_PARAM
public static final int PERCENT_PARAM
public static final TaskMonitor NONE
public TaskMonitor()
public TaskMonitor(TaskMonitor child)
public void setChild(TaskMonitor child)
public void setIndeterminate(boolean indeterminate)
public boolean isIndeterminate()
public TaskMonitor getChild()
public TaskMonitor getParent()
public int getLevel()
public abstract void setMax(long max)
public abstract long getMax()
public TaskMonitor[] getHierarchy()
public abstract void progressImpl(long index,
String progressKey,
Object[] progressParams)
public void next()
public void progress(long index)
public abstract long getIndex()
public String getTaskLabel()
public void setTaskLabel(String taskLabel)
public boolean isStopped()
public void setStopped(boolean stopped)
public void reset()
public void stepOut()
Copyright © 2021 vpc open source initiative. All rights reserved.