|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.util.SwingWorker
jsky.image.gui.ImagePrintDialog.PrintWorker
protected class ImagePrintDialog.PrintWorker
Performs all the print calculations in a separate thread. A progress bar is shown to the user while the printing occurs.
Field Summary |
---|
Fields inherited from class jsky.util.SwingWorker |
---|
thread |
Constructor Summary | |
---|---|
ImagePrintDialog.PrintWorker()
|
Method Summary | |
---|---|
java.lang.Object |
construct()
Compute the value to be returned by the get method. |
void |
finished()
Called on the event dispatching thread (not on the worker thread) after the construct method has returned. |
Methods inherited from class jsky.util.SwingWorker |
---|
get, getValue, interrupt, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImagePrintDialog.PrintWorker()
Method Detail |
---|
public java.lang.Object construct()
SwingWorker
get
method.
construct
in class SwingWorker
public void finished()
SwingWorker
construct
method has returned.
finished
in class SwingWorker
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |