Uses of Interface
org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces.ITask
Packages that use ITask
Package
Description
-
Uses of ITask in org.eclipse.birt.core.ui.frameworks.taskwizard
Classes in org.eclipse.birt.core.ui.frameworks.taskwizard that implement ITaskModifier and TypeClassDescriptionclass
class
class
Compound task realized for tree navigator.Methods in org.eclipse.birt.core.ui.frameworks.taskwizard that return ITaskModifier and TypeMethodDescriptionTaskRegistrationEntry.getClassDefinition()
WizardBase.getCurrentTask()
Returns the ITask instance registered with the specified ID.Methods in org.eclipse.birt.core.ui.frameworks.taskwizard with parameters of type ITaskModifier and TypeMethodDescriptionvoid
TasksManager.registerTask
(String sTaskID, ITask task) This method registers a task with the TasksManager.Constructors in org.eclipse.birt.core.ui.frameworks.taskwizard with parameters of type ITaskModifierConstructorDescriptionTaskRegistrationEntry
(String taskID, ITask classDefinition, int priority) -
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