RunOffEDTProvider.Progress
, RunOffEDTProvider.Progress2
public interface RunOffEDTProvider
Modifier and Type | Interface | Description |
---|---|---|
static interface |
RunOffEDTProvider.Progress |
Interface all RunOffEDTProviders should implement, which allows for
blocking the main window and showing a progress bar in a dialog while
executing a runnable.
|
static interface |
RunOffEDTProvider.Progress2 |
Modifier and Type | Method | Description |
---|---|---|
void |
runOffEventDispatchThread(Runnable operation,
String operationDescr,
AtomicBoolean cancelOperation,
boolean waitForCanceled,
int waitCursorAfter,
int dialogAfter) |
void runOffEventDispatchThread(Runnable operation, String operationDescr, AtomicBoolean cancelOperation, boolean waitForCanceled, int waitCursorAfter, int dialogAfter)
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.