Class 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 
      ConstructorDescription
      CustomParameterWizard​(CustomSQLBuilder builder, java.util.Vector<org.eclipse.datatools.modelbase.sql.query.ValueExpressionVariable> parms)
      The parameter wizard.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.util.VectorgetParameterMarkers()
      Gets the value markers.
      booleanperformFinish() 
      voidsetValueMarkers​(java.util.Vector v)
      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 Detail

      • CustomParameterWizard

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

      • setValueMarkers

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

        public java.util.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