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

E17493-01

Uses of Interface
oracle.ide.task.TaskMonitor

Packages that use TaskMonitor
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.migration Contains API classes for support the migration of Node types and user preferences in the system directory. 
oracle.ide.task   
 

Uses of TaskMonitor in oracle.ide
 

Methods in oracle.ide with parameters of type TaskMonitor
abstract  void AddinManager.initAddinLoadset(TaskMonitor ts, java.lang.String loadsetName)
          Initializes addins in a load set.
protected abstract  void AddinManager.initProductAndUserAddins(TaskMonitor ts)
          Creates and initializes the addins recorded in the file addins.xml and addins-user.xml.
protected  void IdeCore.initProductAndUserAddins(TaskMonitor ts)
           
 

Uses of TaskMonitor in oracle.ide.migration
 

Methods in oracle.ide.migration with parameters of type TaskMonitor
abstract  java.lang.String MigrationManager.migrate(TaskMonitor ts, boolean userDirectoryCreated, boolean systemDirectoryCreated)
          Attempts to determine migration needs and then pops up a dialog to collect user decisions and then executes migration based on user selections.
 

Uses of TaskMonitor in oracle.ide.task
 

Classes in oracle.ide.task that implement TaskMonitor
 class DefaultTaskMonitorImpl
           
 

Methods in oracle.ide.task that return TaskMonitor
static TaskMonitor TaskManager.getTaskMonitor(java.lang.String key)
          Sets the TaskMonitor object.
 TaskMonitor DefaultTaskMonitorImpl.getTaskMonitorForSegment(int minProgressCount, int maxProgressCount)
           
 TaskMonitor TaskMonitor.getTaskMonitorForSegment(int lastProgressCount, int maxProgressCount)
          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.
 

Methods in oracle.ide.task with parameters of type TaskMonitor
abstract  TaskExitCode Task.performTask(TaskMonitor tc)
          This is the client method that will perform the actual work of this task.
 TaskExitCode TaskGroup.performTask(TaskMonitor ignore)
          A TaskGroups is also a Task, -this method implements the performTask method of the Task.
protected static void TaskManager.setTaskMonitor(java.lang.String key, TaskMonitor value)
          Sets the TaskMonitor object.
 


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

E17493-01

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