| Package | Description |
|---|---|
| oracle.javatools.parser.util |
The
Parser Utilities package contains utility classes
used by the rest of the parser framework. |
| oracle.jdeveloper.usage.util |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncScheduler.cancelTask(AsyncTask task)
Cancel a pending task.
|
void |
AsyncScheduler.scheduleTask(AsyncTask task)
Schedule a new task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBackgroundTask
The
AbstractBackgroundTask takes care of the common
code for a BackgroundTask based on the
AsyncTask API. |
static class |
TaskMultiplexer.TaskWrapper
Our wrapper for a
FileListQueryTask. |