private Map map;
private ExportPDFWizardPage1 page1;
public ExportPDFWizard(){
PrintingPlugin plugin = PrintingPlugin.getDefault();
java.util.Map<String, TemplateFactory> templateFactories = plugin.getTemplateFactories();
setWindowTitle(Messages.ExportPDFWizard_Title);
String key = Icons.WIZBAN +"exportpdf_wiz.gif"; //$NON-NLS-1$
ImageRegistry imageRegistry = plugin.getImageRegistry();
ImageDescriptor image = imageRegistry.getDescriptor( key );
if( image == null ){
URL banURL = plugin.getBundle().getResource( "icons/" + key ); //$NON-NLS-1$
image = ImageDescriptor.createFromURL( banURL );
imageRegistry.put( key, image );
}
setDefaultPageImageDescriptor( image );