|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--FileTransfer.v1_1.FTClientWindow.CancelThread
CancelThread extends Thread. It is used to show a JOptionPane informing the user that the filetransfer is cancelled. The operation is performed in a separate thread so that the EventDispatchThread that is in charge of handling GUI events is releaved and can continue.
Field Summary | |
private FTClientWindow |
window
Reference to the FTClientWindow. |
Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
Constructor Summary | |
FTClientWindow.CancelThread(FTClientWindow window)
Creates a new CancelThread. |
Method Summary | |
void |
run()
Shows a popupbox. |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private FTClientWindow window
Constructor Detail |
public FTClientWindow.CancelThread(FTClientWindow window)
Method Detail |
public void run()
run
in class java.lang.Thread
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |