org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder
Class ExpressionBuilderWizard
java.lang.Object
   org.eclipse.jface.wizard.Wizard
org.eclipse.jface.wizard.Wizard
       org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.ExpressionBuilderWizard
org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.ExpressionBuilderWizard
- All Implemented Interfaces: 
- org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard
- public class ExpressionBuilderWizard 
- extends org.eclipse.jface.wizard.Wizard- implements org.eclipse.ui.INewWizard
 
| Fields inherited from class org.eclipse.jface.wizard.Wizard | 
| DEFAULT_IMAGE | 
 
 
 
| Methods inherited from class org.eclipse.jface.wizard.Wizard | 
| addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, 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 | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface org.eclipse.jface.wizard.IWizard | 
| canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer | 
 
MAINEXPRESSIONPAGE
public static java.lang.String MAINEXPRESSIONPAGE
CASEOPTIONSPAGE
public static java.lang.String CASEOPTIONSPAGE
CASEBUILDERPAGE
public static java.lang.String CASEBUILDERPAGE
CONSTANTOPTIONSPAGE
public static java.lang.String CONSTANTOPTIONSPAGE
NUMERICCONSTANTBUILDERPAGE
public static java.lang.String NUMERICCONSTANTBUILDERPAGE
STRINGCONSTANTBUILDERPAGE
public static java.lang.String STRINGCONSTANTBUILDERPAGE
EXPRESSIONSBYOPERATORSPAGE
public static java.lang.String EXPRESSIONSBYOPERATORSPAGE
SUBQUERYPAGE
public static java.lang.String SUBQUERYPAGE
NUMERICCONSTANT
public static java.lang.String NUMERICCONSTANT
ExpressionBuilderWizard
public ExpressionBuilderWizard()
ExpressionBuilderWizard
public ExpressionBuilderWizard(SQLDomainModel domainModel)
ExpressionBuilderWizard
public ExpressionBuilderWizard(SQLDomainModel domainModel,
                               SQLQueryObject sqlStatementArg)
getDomainModel
public SQLDomainModel getDomainModel()
- 
 
- 
 
setDomainModel
public void setDomainModel(SQLDomainModel domainModel)
- 
 
- 
 
setIsColumn
public void setIsColumn(boolean isColumn)
- 
 
- 
 
setSQLStatement
public void setSQLStatement(QueryStatement sqlStatementArg)
- 
 
- 
 
getSQLStatement
public SQLQueryObject getSQLStatement()
- 
 
- 
 
setInputExpression
public void setInputExpression(QueryValueExpression in)
- 
 
- 
 
getSQLExpression
public QueryValueExpression getSQLExpression()
- 
 
- 
 
setIsXMLFunction
public void setIsXMLFunction(boolean isXMLFunction)
- 
 
- 
 
setSQLExpression
public void setSQLExpression(QueryValueExpression sqlExpr)
- WizardPages will call this to set the updated Expression to return back to the builder
 
- 
 
- 
 
createSmartGuide
public org.eclipse.jface.wizard.Wizard createSmartGuide()
- 
 
- 
 
addPages
public void addPages()
- 
- Specified by:
- addPagesin interface- org.eclipse.jface.wizard.IWizard
- Overrides:
- addPagesin class- org.eclipse.jface.wizard.Wizard
 
- 
 
init
public void init(org.eclipse.ui.IWorkbench workbench,
                 org.eclipse.jface.viewers.IStructuredSelection selection)
- 
- Specified by:
- initin interface- org.eclipse.ui.IWorkbenchWizard
 
- 
 
performFinish
public boolean performFinish()
- 
- Specified by:
- performFinishin interface- org.eclipse.jface.wizard.IWizard
- Specified by:
- performFinishin class- org.eclipse.jface.wizard.Wizard
 
- 
 
setAllPagesComplete
public void setAllPagesComplete(boolean bstate)
- 
 
- 
 
getNextPage
public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage currentPage)
- 
- Specified by:
- getNextPagein interface- org.eclipse.jface.wizard.IWizard
- Overrides:
- getNextPagein class- org.eclipse.jface.wizard.Wizard
 
-