public class AsynchronousProgress
extends java.lang.Object
implements net.sf.japi.swing.misc.Progress
Progress
that forwards to another Progress
instance but can be used from threads other than EDT.Constructor and Description |
---|
AsynchronousProgress(@NotNull net.sf.japi.swing.misc.Progress progress)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
finished() |
java.awt.Component |
getParentComponent() |
void |
setLabel(java.lang.String msg,
int max) |
void |
setValue(int value) |
public AsynchronousProgress(@NotNull @NotNull net.sf.japi.swing.misc.Progress progress)
progress
- the Progress
instance to forward topublic void finished()
finished
in interface net.sf.japi.swing.misc.Progress
public java.awt.Component getParentComponent()
getParentComponent
in interface net.sf.japi.swing.misc.Progress
public void setLabel(java.lang.String msg, int max)
setLabel
in interface net.sf.japi.swing.misc.Progress
public void setValue(int value)
setValue
in interface net.sf.japi.swing.misc.Progress