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

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

public class ExportFileStartPane
extends WizardPane

Provides the wizard pane which gets the export filter.

Date created: Nov 7, 2002 8:43:27 PM

Author:
Rob Greene

Constructor Summary
ExportFileStartPane(org.eclipse.swt.widgets.Composite parent, ExportWizard exportWizard, java.lang.Object layoutData)
          Constructor for ExportFileStartPane.
 
Method Summary
 void dispose()
          Dispose of resources.
 WizardPane getNextPane()
          Get the next pane.
protected  ExportWizard getWizard()
           
 void open()
          Open up and configure the wizard pane.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportFileStartPane

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

Method Detail

open

public void open()
Open up and configure the wizard pane.

Specified by:
open in class WizardPane

getNextPane

public WizardPane getNextPane()
Get the next pane. A null return indicates the end of the wizard.

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

dispose

public void dispose()
Dispose of resources.

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

getWizard

protected ExportWizard getWizard()