| Package | Description | 
|---|---|
| oracle.ide.task | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultTaskMonitorImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskMonitor | 
TaskManager.getTaskMonitor(java.lang.String key)
Deprecated.  
Sets the TaskMonitor object. 
 | 
TaskMonitor | 
TaskMonitor.getTaskMonitorForSegment(int lastProgressCount, int maxProgressCount)
Deprecated.  
Creates a new instance of a TaskMonitor object with the maximum progress normalized to the given value that can then be passed on to a child process or method. 
 | 
TaskMonitor | 
DefaultTaskMonitorImpl.getTaskMonitorForSegment(int minProgressCount, int maxProgressCount)  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskExitCode | 
TaskGroup.performTask(TaskMonitor ignore)
Deprecated.  
A TaskGroups is also a Task, -this method implements the performTask method of the Task. 
 | 
abstract TaskExitCode | 
Task.performTask(TaskMonitor tc)
Deprecated.  
This is the client method that will perform the actual work of this task. 
 | 
protected static void | 
TaskManager.setTaskMonitor(java.lang.String key, TaskMonitor value)
Deprecated.  
Sets the TaskMonitor object. 
 |