com.webcodepro.applecommander.ui.swt.wizard.comparedisks
Class CompareDisksResultsPane

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.wizard.WizardPane
      extended by com.webcodepro.applecommander.ui.swt.wizard.comparedisks.CompareDisksResultsPane

public class CompareDisksResultsPane
extends WizardPane

Shows the result of the disk image comparison.

Author:
Rob Greene

Constructor Summary
CompareDisksResultsPane(org.eclipse.swt.widgets.Composite parent, CompareDisksWizard wizard, java.lang.Object layoutData)
          Constructor for ExportFileStartPane.
 
Method Summary
protected  java.lang.String compareDisks()
           
 void dispose()
          Dispose of resources.
 WizardPane getNextPane()
          Get the next pane.
 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

CompareDisksResultsPane

public CompareDisksResultsPane(org.eclipse.swt.widgets.Composite parent,
                               CompareDisksWizard wizard,
                               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()

compareDisks

protected java.lang.String compareDisks()