Uses of Interface
org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces.ITask

Packages that use ITask
org.eclipse.birt.core.ui.frameworks.taskwizard   
org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces   
 

Uses of ITask in org.eclipse.birt.core.ui.frameworks.taskwizard
 

Classes in org.eclipse.birt.core.ui.frameworks.taskwizard that implement ITask
 class CompoundTask
           
 class SimpleTask
           
 class TreeCompoundTask
          Compound task realized for tree navigator.
 

Methods in org.eclipse.birt.core.ui.frameworks.taskwizard that return ITask
 ITask WizardBase.getCurrentTask()
           
 ITask TasksManager.getTask(java.lang.String sTaskID)
          Returns the ITask instance registered with the specified ID.
 

Methods in org.eclipse.birt.core.ui.frameworks.taskwizard with parameters of type ITask
 void TasksManager.registerTask(java.lang.String sTaskID, ITask task)
          This method registers a task with the TasksManager.
 

Uses of ITask in org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces
 

Methods in org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces with parameters of type ITask
 void ISubtaskSheet.setParentTask(ITask parentTask)
           
 



Copyright © 2008 Actuate Corp. All rights reserved.