ch.sahits.codegen.sql.wizards
Class InsertSkriptWizard

java.lang.Object
  extended by Wizard
      extended by ch.sahits.codegen.sql.wizards.InsertSkriptWizard

public final class InsertSkriptWizard
extends Wizard

This Wizard can generate SQL insert scripts based on a DTP connection

Author:
Andi Hotz

Constructor Summary
InsertSkriptWizard()
          Constructor for SampleNewWizard.
 
Method Summary
 void addPages()
          Adding the page to the wizard.
 void init(IWorkbench workbench, IStructuredSelection selection)
          We will accept the selection in the workbench to see if we can initialize from it.
 boolean performFinish()
          This method is called when 'Finish' button is pressed in the wizard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertSkriptWizard

public InsertSkriptWizard()
Constructor for SampleNewWizard.

Method Detail

addPages

public void addPages()
Adding the page to the wizard.


performFinish

public boolean performFinish()
This method is called when 'Finish' button is pressed in the wizard. We will create an operation and run it using wizard as execution context.

Returns:
true if finishing was OK

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
We will accept the selection in the workbench to see if we can initialize from it.

See Also:
IWorkbenchWizard#init(IWorkbench, IStructuredSelection)