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

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

public class CompareDisksStartPane
extends WizardPane

Provides the wizard pane which gets the disks to compare.

Author:
Rob Greene

Constructor Summary
CompareDisksStartPane(org.eclipse.swt.widgets.Composite parent, CompareDisksWizard wizard, java.lang.Object layoutData)
          Constructor for CompareDisksStartPane.
 
Method Summary
 void dispose()
          Dispose of resources.
protected  org.eclipse.swt.widgets.Composite getControl()
           
protected  java.lang.String getDiskLabel(int diskNumber)
           
protected  org.eclipse.swt.widgets.Text getDiskname1Text()
           
protected  org.eclipse.swt.widgets.Text getDiskname2Text()
           
 WizardPane getNextPane()
          Get the next pane.
protected  CompareDisksWizard 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

CompareDisksStartPane

public CompareDisksStartPane(org.eclipse.swt.widgets.Composite parent,
                             CompareDisksWizard wizard,
                             java.lang.Object layoutData)
Constructor for CompareDisksStartPane.

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

getControl

protected org.eclipse.swt.widgets.Composite getControl()

getDiskname1Text

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

getDiskname2Text

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

getWizard

protected CompareDisksWizard getWizard()

getDiskLabel

protected java.lang.String getDiskLabel(int diskNumber)