public class PluginTaskMonitor extends TaskMonitor
INDEX_PARAM, MAX_PARAM, NONE, PERCENT_PARAM| Constructor and Description |
|---|
PluginTaskMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Component cmp) |
JComponent |
getComponent() |
long |
getIndex() |
long |
getMax() |
boolean |
isRunning() |
void |
progressImpl(long index,
String progressKey,
Object[] progressParams) |
void |
setIndeterminate(boolean indeterminate) |
void |
setMax(long max) |
void |
setVisible(boolean b) |
int |
start() |
int |
startIndeterminate() |
void |
stop(int id) |
getChild, getHierarchy, getLevel, getParent, getTaskLabel, isIndeterminate, isStopped, next, next, progress, progress, progress, reset, setChild, setStopped, setTaskLabel, stepInto, stepOutpublic JComponent getComponent()
public long getIndex()
getIndex in class TaskMonitorpublic long getMax()
getMax in class TaskMonitorpublic void progressImpl(long index,
String progressKey,
Object[] progressParams)
progressImpl in class TaskMonitorpublic void setIndeterminate(boolean indeterminate)
setIndeterminate in class TaskMonitorpublic void setMax(long max)
setMax in class TaskMonitorpublic void setVisible(boolean b)
public int startIndeterminate()
public int start()
public void stop(int id)
public void add(Component cmp)
public boolean isRunning()
Copyright © 2021 vpc open source initiative. All rights reserved.