Class PluginTaskMonitor
java.lang.Object
net.thevpc.common.swing.util.TaskMonitor
net.thevpc.common.swing.pluginmanager.PluginTaskMonitor
public class PluginTaskMonitor
extends net.thevpc.common.swing.util.TaskMonitor
- Author:
- Taha Ben Salah (taha.bensalah@gmail.com) %creationtime 21 oct. 2007 00:30:43
-
Field Summary
Fields inherited from class net.thevpc.common.swing.util.TaskMonitor
INDEX_PARAM, MAX_PARAM, NONE, PERCENT_PARAM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlonggetIndex()longgetMax()booleanvoidprogressImpl(long index, String progressKey, Object[] progressParams) voidsetIndeterminate(boolean indeterminate) voidsetMax(long max) voidsetVisible(boolean b) intstart()intvoidstop(int id) Methods inherited from class net.thevpc.common.swing.util.TaskMonitor
getChild, getHierarchy, getLevel, getParent, getTaskLabel, isIndeterminate, isStopped, next, next, progress, progress, progress, reset, setChild, setStopped, setTaskLabel, stepInto, stepOut
-
Constructor Details
-
PluginTaskMonitor
public PluginTaskMonitor()
-
-
Method Details
-
getComponent
-
getIndex
public long getIndex()- Specified by:
getIndexin classnet.thevpc.common.swing.util.TaskMonitor
-
getMax
public long getMax()- Specified by:
getMaxin classnet.thevpc.common.swing.util.TaskMonitor
-
progressImpl
-
setIndeterminate
public void setIndeterminate(boolean indeterminate) - Overrides:
setIndeterminatein classnet.thevpc.common.swing.util.TaskMonitor
-
setMax
public void setMax(long max) - Specified by:
setMaxin classnet.thevpc.common.swing.util.TaskMonitor
-
setVisible
public void setVisible(boolean b) -
startIndeterminate
public int startIndeterminate() -
start
public int start() -
stop
public void stop(int id) -
add
-
isRunning
public boolean isRunning()
-