com.webcodepro.applecommander.ui.swt.wizard
Class WizardPane

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.wizard.WizardPane
Direct Known Subclasses:
AppleWorksWordProcessorPane, CompareDisksResultsPane, CompareDisksStartPane, CompileFileStartPane, DiskImageFormatPane, DiskImageNamePane, DiskImageOrderPane, DiskImageSizePane, ExportFileDestinationPane, ExportFileStartPane, ExportGraphicsTypePane, ImportSelectFilesWizardPane

public abstract class WizardPane
extends java.lang.Object

Represents a pane of a wizard.

Date created: Nov 7, 2002 8:40:44 PM

Author:
Rob Greene

Constructor Summary
WizardPane()
          Constructor for WizardPane.
 
Method Summary
abstract  void dispose()
          Dispose of any resources.
abstract  WizardPane getNextPane()
          Get the next WizardPane.
abstract  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

WizardPane

public WizardPane()
Constructor for WizardPane.

Method Detail

getNextPane

public abstract WizardPane getNextPane()
Get the next WizardPane.


open

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


dispose

public abstract void dispose()
Dispose of any resources.