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

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.wizard.WizardPane
      extended by com.webcodepro.applecommander.ui.swt.wizard.exportfile.ExportFileDestinationPane

public class ExportFileDestinationPane
extends WizardPane

Set locations and file names for the export.

Date created: Nov 8, 2002 11:18:47 PM

Author:
Rob Greene

Constructor Summary
ExportFileDestinationPane(org.eclipse.swt.widgets.Composite parent, ExportWizard exportWizard, java.lang.Object layoutData)
          Constructor for ExportFileDestinationPane.
 
Method Summary
 void dispose()
          Dispose of any resources.
protected  org.eclipse.swt.widgets.Text getDirectoryText()
           
 WizardPane getNextPane()
          This is the last pane in the wizard, so a null is returned to indicate no more pages.
protected  org.eclipse.swt.widgets.Shell getShell()
           
protected  ExportWizard getWizard()
           
 void open()
          Create and display the wizard pane.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportFileDestinationPane

public ExportFileDestinationPane(org.eclipse.swt.widgets.Composite parent,
                                 ExportWizard exportWizard,
                                 java.lang.Object layoutData)
Constructor for ExportFileDestinationPane.

Method Detail

getNextPane

public WizardPane getNextPane()
This is the last pane in the wizard, so a null is returned to indicate no more pages.

Specified by:
getNextPane in class WizardPane
See Also:
WizardPane.getNextPane()

open

public void open()
Create and display the wizard pane.

Specified by:
open in class WizardPane
See Also:
WizardPane.open()

dispose

public void dispose()
Dispose of any resources.

Specified by:
dispose in class WizardPane
See Also:
WizardPane.dispose()

getWizard

protected ExportWizard getWizard()

getShell

protected org.eclipse.swt.widgets.Shell getShell()

getDirectoryText

protected org.eclipse.swt.widgets.Text getDirectoryText()