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

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

public class AppleWorksWordProcessorPane
extends WizardPane

Choose format for AppleWorks Word Processor export.

Date created: Nov 15, 2002 11:31:15 PM

Author:
Rob Greene

Constructor Summary
AppleWorksWordProcessorPane(org.eclipse.swt.widgets.Composite parent, ExportWizard exportWizard, java.lang.Object layoutData)
          Constructor for AppleWorksWordProcessorPane.
 
Method Summary
 void dispose()
          Dispose of any resources.
protected  AppleWorksWordProcessorFileFilter getFilter()
          Get the AppleWorks word processor filter.
 WizardPane getNextPane()
          Get the next WizardPane.
 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

AppleWorksWordProcessorPane

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

Method Detail

getNextPane

public WizardPane getNextPane()
Get the next WizardPane.

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()

getFilter

protected AppleWorksWordProcessorFileFilter getFilter()
Get the AppleWorks word processor filter.