Created access to all runtime LaunchCreationWizard, pages and widgets. Added getTableViewer() to the pages with a TableViewer. LaunchCreationWizard itself is now generated by a factory class whose factory is replacable at runtime allowing the ATF to inject it own LaunchCreationWizard and maintain a runtime instance for testing purposes. Resolves bug 10117.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="sdkTOC.xml"
primary="true"/>
<toc
file="tocStart.xml"
primary="false"/>
<toc
file="tocReference.xml"
primary="false"/>
<toc
file="tocTasks.xml"
primary="false"/>
<toc
file="toccuscomp.xml"
primary="false"/>
<index path="index" />
</extension>
</plugin>