public class RipDatabaseWizard extends Object implements org.eclipse.jface.wizard.IWizard
Modifier and Type | Field and Description |
---|---|
static org.pentaho.di.core.logging.LoggingObjectInterface |
loggingObject |
Constructor and Description |
---|
RipDatabaseWizard() |
Modifier and Type | Method and Description |
---|---|
void |
addPages() |
boolean |
canFinish() |
void |
createPageControls(org.eclipse.swt.widgets.Composite pageContainer) |
void |
dispose() |
org.eclipse.jface.wizard.IWizardContainer |
getContainer() |
org.eclipse.swt.graphics.Image |
getDefaultPageImage() |
org.eclipse.jface.dialogs.IDialogSettings |
getDialogSettings() |
org.eclipse.jface.wizard.IWizardPage |
getNextPage(org.eclipse.jface.wizard.IWizardPage page) |
org.eclipse.jface.wizard.IWizardPage |
getPage(String pageName) |
int |
getPageCount() |
org.eclipse.jface.wizard.IWizardPage[] |
getPages() |
org.eclipse.jface.wizard.IWizardPage |
getPreviousPage(org.eclipse.jface.wizard.IWizardPage page) |
org.eclipse.jface.wizard.IWizardPage |
getStartingPage() |
org.eclipse.swt.graphics.RGB |
getTitleBarColor() |
String |
getWindowTitle() |
boolean |
isHelpAvailable() |
boolean |
needsPreviousAndNextButtons() |
boolean |
needsProgressMonitor() |
boolean |
performCancel() |
boolean |
performFinish() |
void |
setContainer(org.eclipse.jface.wizard.IWizardContainer wizardContainer) |
public static final org.pentaho.di.core.logging.LoggingObjectInterface loggingObject
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
public boolean canFinish()
canFinish
in interface org.eclipse.jface.wizard.IWizard
public void createPageControls(org.eclipse.swt.widgets.Composite pageContainer)
createPageControls
in interface org.eclipse.jface.wizard.IWizard
public void dispose()
dispose
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.jface.wizard.IWizardContainer getContainer()
getContainer
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.swt.graphics.Image getDefaultPageImage()
getDefaultPageImage
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.jface.dialogs.IDialogSettings getDialogSettings()
getDialogSettings
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
getNextPage
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.jface.wizard.IWizardPage getPage(String pageName)
getPage
in interface org.eclipse.jface.wizard.IWizard
public int getPageCount()
getPageCount
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.jface.wizard.IWizardPage[] getPages()
getPages
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.jface.wizard.IWizardPage getPreviousPage(org.eclipse.jface.wizard.IWizardPage page)
getPreviousPage
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.jface.wizard.IWizardPage getStartingPage()
getStartingPage
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.swt.graphics.RGB getTitleBarColor()
getTitleBarColor
in interface org.eclipse.jface.wizard.IWizard
public String getWindowTitle()
getWindowTitle
in interface org.eclipse.jface.wizard.IWizard
public boolean isHelpAvailable()
isHelpAvailable
in interface org.eclipse.jface.wizard.IWizard
public boolean needsPreviousAndNextButtons()
needsPreviousAndNextButtons
in interface org.eclipse.jface.wizard.IWizard
public boolean needsProgressMonitor()
needsProgressMonitor
in interface org.eclipse.jface.wizard.IWizard
public boolean performCancel()
performCancel
in interface org.eclipse.jface.wizard.IWizard
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
public void setContainer(org.eclipse.jface.wizard.IWizardContainer wizardContainer)
setContainer
in interface org.eclipse.jface.wizard.IWizard