com.webcodepro.applecommander.ui.swt.wizard.exportfile
Class ExportWizard

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.wizard.Wizard
      extended by com.webcodepro.applecommander.ui.swt.wizard.exportfile.ExportWizard

public class ExportWizard
extends Wizard

File export wizard.

Date created: Nov 7, 2002 9:22:35 PM

Author:
Rob Greene

Constructor Summary
ExportWizard(org.eclipse.swt.widgets.Shell parent, ImageManager imageManager, FormattedDisk disk)
          Constructor for ExportWizard.
 
Method Summary
 WizardPane createInitialWizardPane()
          Create the initial display used in the wizard.
 java.lang.String getDirectory()
          Returns the directory.
 FormattedDisk getDisk()
          Get the disk that is being worked on.
 FileFilter getFileFilter()
          Get the FileFilter.
 void setDirectory(java.lang.String directory)
          Sets the directory.
 void setFileFilter(FileFilter fileFilter)
          Set the FileFilter.
 
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

ExportWizard

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

Method Detail

getFileFilter

public FileFilter getFileFilter()
Get the FileFilter.


setFileFilter

public void setFileFilter(FileFilter fileFilter)
Set the FileFilter.


getDisk

public FormattedDisk getDisk()
Get the disk that is being worked on.


getDirectory

public java.lang.String getDirectory()
Returns the directory.

Returns:
String

setDirectory

public void setDirectory(java.lang.String directory)
Sets the directory.

Parameters:
directory - The directory to set

createInitialWizardPane

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

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