Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.ide.controls.ProgressTrackedTask

Packages that use ProgressTrackedTask
oracle.ide.controls Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.jdeveloper.vcs.changelist   

 

Uses of ProgressTrackedTask in oracle.ide.controls

 

Methods in oracle.ide.controls with parameters of type ProgressTrackedTask
 void ProgressTracker.addTask(ProgressTrackedTask task)
          Adds a ProgressTrackedTask to the set of tasks whose progress is displayed in the IDE's status bar.
 void ProgressTracker.addTask(ProgressTrackedTask task, java.lang.String threadName)
          Adds a ProgressTrackedTask to the set of tasks whose progress is displayed in the IDE's status bar.
 java.lang.Thread ProgressTracker.getThread(ProgressTrackedTask task)
          Gets the Thread used to run the given task.

 

Uses of ProgressTrackedTask in oracle.ide.editor

 

Methods in oracle.ide.editor with parameters of type ProgressTrackedTask
protected  void AsynchronousEditor.scheduleTask(ProgressTrackedTask task, Context context)
          Schedules the given task in the IDE's ProgressTracker.

 

Uses of ProgressTrackedTask in oracle.jdeveloper.vcs.changelist

 

Methods in oracle.jdeveloper.vcs.changelist that return ProgressTrackedTask
protected  ProgressTrackedTask ChangeList.getProgressTask()
           

 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type ProgressTrackedTask
protected  void ChangeList.setProgressTask(ProgressTrackedTask progressTask)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.