uk.ac.kcl.cch.jb.pliny.views.utils
Class TextImporterWizard

java.lang.Object
  extended byorg.eclipse.jface.wizard.Wizard
      extended byuk.ac.kcl.cch.jb.pliny.views.utils.TextImporterWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class TextImporterWizard
extends org.eclipse.jface.wizard.Wizard

the wizard the handles the getting of parameters for a textual import into Pliny.

Author:
John Bradley
See Also:
PlinyTxtImporter

Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
TextImporterWizard(PlinyTxtImporter importer)
           
 
Method Summary
 void addPages()
           
 boolean getDoImport()
           
 boolean performFinish()
           
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextImporterWizard

public TextImporterWizard(PlinyTxtImporter importer)
Method Detail

addPages

public void addPages()

performFinish

public boolean performFinish()

getDoImport

public boolean getDoImport()