| Package | Description | 
|---|---|
| oracle.ide.controls | Contains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper. | 
| oracle.jdeveloper.vcs.changelist | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProgressTrackerControl2. addTask(ProgressTrackedTask task) | 
| void | ProgressTracker. addTask(ProgressTrackedTask task)Deprecated.  Adds a  ProgressTrackedTaskto the set of tasks whose progress
 is displayed in the IDE's status bar. | 
| void | ProgressTrackerControl2. addTask(ProgressTrackedTask task,
       java.lang.String threadName) | 
| void | ProgressTracker. addTask(ProgressTrackedTask task,
       java.lang.String threadName)Deprecated.  Adds a  ProgressTrackedTaskto the set of tasks whose progress
 is displayed in the IDE's status bar. | 
| java.lang.Thread | ProgressTrackerControl2. getThread(ProgressTrackedTask task) | 
| java.lang.Thread | ProgressTracker. getThread(ProgressTrackedTask task)Deprecated.  Gets the  Threadused to run the given task. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ProgressTrackedTask | ChangeList. getProgressTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ChangeList. setProgressTask(ProgressTrackedTask progressTask) |