Class DialogProgressMonitor
java.lang.Object
net.thevpc.common.mon.AbstractTaskMonitor
net.thevpc.common.mon.AbstractProgressMonitor
net.thevpc.common.mon.DialogProgressMonitor
- All Implemented Interfaces:
ProgressMonitor, TaskMonitor
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractTaskMonitor
AbstractTaskMonitor.MonChronometer -
Field Summary
Fields inherited from class AbstractTaskMonitor
chronometer, EMPTY_MESSAGEFields inherited from interface ProgressMonitor
INDETERMINATE_PROGRESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublebooleanprotected voidsetMessageImpl(Message message) voidsetProgressImpl(double progress) voidMethods inherited from class AbstractProgressMonitor
getEstimatedRemainingDuration, getEstimatedTotalDuration, getIncrementor, inc, inc, inc, incremental, incremental, setIncrementor, setIndeterminate, setIndeterminate, setProgress, setProgress, setProgress, setProgress, setProgress, setProgress, setProgress, setProgress, setProgress, split, split, start, start, startImpl, stepInto, stepInto, stepInto, stepInto, temporize, terminate, terminate, terminateImpl, translate, translate, translateMethods inherited from class AbstractTaskMonitor
addListener, cancel, cancelImpl, getDesc, getDuration, getId, getListeners, getName, getStartTime, isBlocked, isStarted, isSuspended, isTerminated, nextId, removeListener, reset, resetImpl, resume, resumeImpl, setBlocked, setBlockedImpl, setDesc, setMessage, setMessage, setMessage, setName, setStartedImpl, start, suspend, suspendImpl, terminateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProgressMonitor
complete, complete, completeMethods inherited from interface TaskMonitor
addListener, cancel, getDesc, getDuration, getId, getListeners, getName, getStartTime, isBlocked, isStarted, isSuspended, isTerminated, removeListener, reset, resume, setBlocked, setMessage, setMessage, setMessage, start, suspend
-
Constructor Details
-
DialogProgressMonitor
-
-
Method Details
-
setProgressImpl
public void setProgressImpl(double progress) - Specified by:
setProgressImplin classAbstractProgressMonitor
-
setMessageImpl
- Specified by:
setMessageImplin classAbstractTaskMonitor
-
getMessage
-
getProgress
public double getProgress() -
isCanceled
public boolean isCanceled()- Specified by:
isCanceledin interfaceTaskMonitor- Overrides:
isCanceledin classAbstractTaskMonitor
-
terminate
public void terminate()- Specified by:
terminatein interfaceTaskMonitor- Overrides:
terminatein classAbstractTaskMonitor
-