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

java.lang.Object
  extended by org.pentaho.di.ui.spoon.wizards.RipDatabaseWizard

public class RipDatabaseWizard
extends Object

This wizard helps you extract information from tables in one database and pump it into another.

Since:
17-apr-04
Author:
Matt

Field Summary
static LoggingObjectInterface loggingObject
           
 
Constructor Summary
RipDatabaseWizard()
           
 
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

RipDatabaseWizard

public RipDatabaseWizard()
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)