com.webcodepro.applecommander.ui.swt.wizard.importfile
Class ImportWizard

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.wizard.Wizard
      extended by com.webcodepro.applecommander.ui.swt.wizard.importfile.ImportWizard

public class ImportWizard
extends Wizard

The Disk Import Wizard.
Created on Jan 16, 2003.

Author:
Rob Greene

Constructor Summary
ImportWizard(org.eclipse.swt.widgets.Shell parent, ImageManager imageManager, FormattedDisk disk)
          Constructor for ImportWizard.
 
Method Summary
 void addImportSpecification(ImportSpecification importSpecification)
          Add an import specification.
 WizardPane createInitialWizardPane()
          Create the initial display used in the wizard.
 FormattedDisk getDisk()
          Get the FormattedDisk the wizard is working with.
 java.util.List getImportSpecifications()
          Get the list of ImportSpecifications.
 void removeImportSpecification(ImportSpecification importSpecification)
          Remove an import specification.
 
Methods inherited from class com.webcodepro.applecommander.ui.swt.wizard.Wizard
dispose, enableFinishButton, enableNextButton, getBackButton, getContentPane, getDialog, getWizardPanes, isWizardCompleted, open, setWizardCompleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportWizard

public ImportWizard(org.eclipse.swt.widgets.Shell parent,
                    ImageManager imageManager,
                    FormattedDisk disk)
Constructor for ImportWizard.

Method Detail

createInitialWizardPane

public WizardPane createInitialWizardPane()
Create the initial display used in the wizard.

Specified by:
createInitialWizardPane in class Wizard
See Also:
Wizard.createInitialWizardPane()

addImportSpecification

public void addImportSpecification(ImportSpecification importSpecification)
Add an import specification.


removeImportSpecification

public void removeImportSpecification(ImportSpecification importSpecification)
Remove an import specification.


getImportSpecifications

public java.util.List getImportSpecifications()
Get the list of ImportSpecifications.


getDisk

public FormattedDisk getDisk()
Get the FormattedDisk the wizard is working with.