Class CustomParameterWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
com.iizigo.db.editor.CustomParameterWizard
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard

public class CustomParameterWizard extends org.eclipse.jface.wizard.Wizard
Copy and modification of org.eclipse.datatools.sqltools.sqlbuilder.views.execute.ParameterWizard.
Author:
Christopher Mindus
  • Field Summary

    Fields inherited from class org.eclipse.jface.wizard.Wizard

    DEFAULT_IMAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomParameterWizard(CustomSQLBuilder builder, Vector<org.eclipse.datatools.modelbase.sql.query.ValueExpressionVariable> parms)
    The parameter wizard.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value markers.
    boolean
     
    void
    Assigns the value markers.

    Methods inherited from class org.eclipse.jface.wizard.Wizard

    addPage, addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomParameterWizard

      public CustomParameterWizard(CustomSQLBuilder builder, Vector<org.eclipse.datatools.modelbase.sql.query.ValueExpressionVariable> parms)
      The parameter wizard.
      Parameters:
      builder - The SQL builder,
      parms - The variables as parameters.
  • Method Details

    • setValueMarkers

      public void setValueMarkers(Vector v)
      Assigns the value markers.
      Parameters:
      v - The new array.
    • getParameterMarkers

      public Vector getParameterMarkers()
      Gets the value markers.
      Returns:
      The array of value markers.
    • performFinish

      public boolean performFinish()
      Specified by:
      performFinish in interface org.eclipse.jface.wizard.IWizard
      Specified by:
      performFinish in class org.eclipse.jface.wizard.Wizard