Task to be used in a Task-oriented Wizard
Identifier:
PrototypeTaskWizardFramework.wizardTask
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (tasks+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT tasks EMPTY>
<!ATTLIST tasks
taskID CDATA #REQUIRED
classDefinition CDATA #REQUIRED
description CDATA #IMPLIED>
The UI provider class associated with a task for a Task-oriented Wizard.
- taskID - A string uniquely identifying this task.
- classDefinition - The class that provides UI details about this task (should implement ITask interface).
- description - A short string describing this task.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]