ch.sahits.codegen.sql.wizards
Class InsertScriptWizardPage

java.lang.Object
  extended by WizardPage
      extended by ch.sahits.codegen.sql.wizards.InsertScriptWizardPage

public final class InsertScriptWizardPage
extends WizardPage

The "New" wizard page allows setting the container for the new file as well as the file name. The page will only accept file name without the extension OR with the extension that matches the expected one (sql).


Constructor Summary
InsertScriptWizardPage(ISelection selection)
          Constructor for SampleNewWizardPage.
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 InsertScriptWizardModel getModel()
           
 void performHelp()
          Define the Help for this page
protected  void setImage()
          Set the image for the wizard Page
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertScriptWizardPage

public InsertScriptWizardPage(ISelection selection)
Constructor for SampleNewWizardPage.

Parameters:
selection - Selected workbench element
Method Detail

setImage

protected void setImage()
Set the image for the wizard Page


createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
Parameters:
parent - Container
See Also:
org.eclipse.jface.dialogs.IDialogPage#createControl(Composite)

getModel

public InsertScriptWizardModel getModel()
Returns:
the model

performHelp

public void performHelp()
Define the Help for this page

Since:
1.1.0