org.eclipse.datatools.connectivity.ui.templates
Class DriverTemplateSection

java.lang.Object
  extended by org.eclipse.pde.ui.templates.AbstractTemplateSection
      extended by org.eclipse.pde.ui.templates.BaseOptionTemplateSection
          extended by org.eclipse.pde.ui.templates.OptionTemplateSection
              extended by org.eclipse.datatools.connectivity.ui.templates.AbstractConnectivityTemplateSection
                  extended by org.eclipse.datatools.connectivity.ui.templates.DriverTemplateSection
All Implemented Interfaces:
org.eclipse.pde.ui.templates.ITemplateSection, org.eclipse.pde.ui.templates.IVariableProvider

public class DriverTemplateSection
extends AbstractConnectivityTemplateSection

PDE template for Driver Templates

Author:
brianf

Field Summary
 
Fields inherited from class org.eclipse.pde.ui.templates.AbstractTemplateSection
KEY_ACTIVATOR_SIMPLE, KEY_PACKAGE_NAME, KEY_PLUGIN_CLASS, KEY_PLUGIN_ID, KEY_PLUGIN_NAME
 
Constructor Summary
DriverTemplateSection()
          Constructor
 
Method Summary
 void addPages(org.eclipse.jface.wizard.Wizard wizard)
           
 org.eclipse.pde.core.plugin.IPluginReference[] getDependencies(java.lang.String schemaVersion)
           
 java.lang.String getSectionId()
           
 java.lang.String getUsedExtensionPoint()
           
 
Methods inherited from class org.eclipse.datatools.connectivity.ui.templates.AbstractConnectivityTemplateSection
getDependencies, getNewFiles, initializeFields, validateOptions
 
Methods inherited from class org.eclipse.pde.ui.templates.OptionTemplateSection
createPage, createPage, getDescription, getLabel, getOptions, getOptions, getPage, getPageCount, getPageIndex, getTemplateLocation, setPageCount
 
Methods inherited from class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
execute, getBooleanOption, getReplacementString, getStringOption, getValue, isDependentOnParentWizard, setOptionEnabled
 
Methods inherited from class org.eclipse.pde.ui.templates.AbstractTemplateSection
getNumberOfWorkUnits, getPagesAdded, getPluginResourceString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverTemplateSection

public DriverTemplateSection()
Constructor

Method Detail

getSectionId

public java.lang.String getSectionId()
Specified by:
getSectionId in class org.eclipse.pde.ui.templates.OptionTemplateSection

getUsedExtensionPoint

public java.lang.String getUsedExtensionPoint()

addPages

public void addPages(org.eclipse.jface.wizard.Wizard wizard)
Specified by:
addPages in interface org.eclipse.pde.ui.templates.ITemplateSection
Overrides:
addPages in class AbstractConnectivityTemplateSection

getDependencies

public org.eclipse.pde.core.plugin.IPluginReference[] getDependencies(java.lang.String schemaVersion)
Specified by:
getDependencies in interface org.eclipse.pde.ui.templates.ITemplateSection
Overrides:
getDependencies in class org.eclipse.pde.ui.templates.AbstractTemplateSection