| Package | Description | 
|---|---|
| oracle.ide.controls | 
 Contains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProgressTrackerControl2
Alternative implementation of  
ProgressTracker interface. | 
| Modifier and Type | Method and Description | 
|---|---|
ProgressTracker | 
StatusBarControl.getProgressTracker()
Deprecated. 
 
For asynchronous tasks running, use the  
RequestProcessor 
 executor service. For task tracking purposes, use the 
 Progress API.
 See usage examples to start working 
 with the new APIs. | 
ProgressTracker | 
StatusBar.getProgressTracker()
Return the  
ProgressTracker that can be displayed in the toolbar to 
 show progress of background tasks. |