Package | Description |
---|---|
org.netbeans.modules.progress.spi |
Interfaces permitting a UI for the progress system to be supplied.
|
Modifier and Type | Interface and 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 |