org.pentaho.di.ui.trans.steps.textfileinput
Class TextFileImportWizard

java.lang.Object
  extended by org.pentaho.di.ui.trans.steps.textfileinput.TextFileImportWizard

public class TextFileImportWizard
extends Object

Author:
Matt To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
TextFileImportWizard()
           
 
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
 

Constructor Detail

TextFileImportWizard

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