org.pentaho.di.ui.spoon.wizards
Class CopyTableWizard
java.lang.Object
org.pentaho.di.ui.spoon.wizards.CopyTableWizard
public class CopyTableWizard
- extends Object
This wizard helps you create a transformation that copies a table from one database to another.
- Since:
- 29-mar-05
- Author:
- Matt
loggingObject
public static final LoggingObjectInterface loggingObject
CopyTableWizard
public CopyTableWizard()
addPages
public void addPages()
canFinish
public boolean canFinish()
createPageControls
public void createPageControls(Composite pageContainer)
dispose
public void dispose()
getContainer
public IWizardContainer getContainer()
getDefaultPageImage
public Image getDefaultPageImage()
getDialogSettings
public IDialogSettings getDialogSettings()
getNextPage
public IWizardPage getNextPage(IWizardPage page)
getPage
public IWizardPage getPage(String pageName)
getPageCount
public int getPageCount()
getPages
public IWizardPage[] getPages()
getPreviousPage
public IWizardPage getPreviousPage(IWizardPage page)
getStartingPage
public IWizardPage getStartingPage()
getTitleBarColor
public RGB getTitleBarColor()
getWindowTitle
public String getWindowTitle()
isHelpAvailable
public boolean isHelpAvailable()
needsPreviousAndNextButtons
public boolean needsPreviousAndNextButtons()
needsProgressMonitor
public boolean needsProgressMonitor()
performCancel
public boolean performCancel()
performFinish
public boolean performFinish()
setContainer
public void setContainer(IWizardContainer wizardContainer)