org.pentaho.di.ui.spoon.wizards
Class CopyTableWizard

java.lang.Object
  extended by 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

Field Summary
static LoggingObjectInterface loggingObject
           
 
Constructor Summary
CopyTableWizard()
           
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 void createPageControls(Composite pageContainer)
           
 void dispose()
           
 IWizardContainer getContainer()
           
 Image getDefaultPageImage()
           
 IDialogSettings getDialogSettings()
           
 IWizardPage getNextPage(IWizardPage page)
           
 IWizardPage getPage(String pageName)
           
 int getPageCount()
           
 IWizardPage[] getPages()
           
 IWizardPage getPreviousPage(IWizardPage page)
           
 IWizardPage getStartingPage()
           
 RGB getTitleBarColor()
           
 String getWindowTitle()
           
 boolean isHelpAvailable()
           
 boolean needsPreviousAndNextButtons()
           
 boolean needsProgressMonitor()
           
 boolean performCancel()
           
 boolean performFinish()
           
 void setContainer(IWizardContainer wizardContainer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loggingObject

public static final LoggingObjectInterface loggingObject
Constructor Detail

CopyTableWizard

public CopyTableWizard()
Method Detail

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)