public class CopyTableWizard 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 | 
|---|
CopyTableWizard()  | 
| 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.IWizardpublic boolean canFinish()
canFinish in interface org.eclipse.jface.wizard.IWizardpublic void createPageControls(org.eclipse.swt.widgets.Composite pageContainer)
createPageControls in interface org.eclipse.jface.wizard.IWizardpublic void dispose()
dispose in interface org.eclipse.jface.wizard.IWizardpublic org.eclipse.jface.wizard.IWizardContainer getContainer()
getContainer in interface org.eclipse.jface.wizard.IWizardpublic org.eclipse.swt.graphics.Image getDefaultPageImage()
getDefaultPageImage in interface org.eclipse.jface.wizard.IWizardpublic org.eclipse.jface.dialogs.IDialogSettings getDialogSettings()
getDialogSettings in interface org.eclipse.jface.wizard.IWizardpublic org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
getNextPage in interface org.eclipse.jface.wizard.IWizardpublic org.eclipse.jface.wizard.IWizardPage getPage(String pageName)
getPage in interface org.eclipse.jface.wizard.IWizardpublic int getPageCount()
getPageCount in interface org.eclipse.jface.wizard.IWizardpublic org.eclipse.jface.wizard.IWizardPage[] getPages()
getPages in interface org.eclipse.jface.wizard.IWizardpublic org.eclipse.jface.wizard.IWizardPage getPreviousPage(org.eclipse.jface.wizard.IWizardPage page)
getPreviousPage in interface org.eclipse.jface.wizard.IWizardpublic org.eclipse.jface.wizard.IWizardPage getStartingPage()
getStartingPage in interface org.eclipse.jface.wizard.IWizardpublic org.eclipse.swt.graphics.RGB getTitleBarColor()
getTitleBarColor in interface org.eclipse.jface.wizard.IWizardpublic String getWindowTitle()
getWindowTitle in interface org.eclipse.jface.wizard.IWizardpublic boolean isHelpAvailable()
isHelpAvailable in interface org.eclipse.jface.wizard.IWizardpublic boolean needsPreviousAndNextButtons()
needsPreviousAndNextButtons in interface org.eclipse.jface.wizard.IWizardpublic boolean needsProgressMonitor()
needsProgressMonitor in interface org.eclipse.jface.wizard.IWizardpublic boolean performCancel()
performCancel in interface org.eclipse.jface.wizard.IWizardpublic boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardpublic void setContainer(org.eclipse.jface.wizard.IWizardContainer wizardContainer)
setContainer in interface org.eclipse.jface.wizard.IWizard