com.webcodepro.applecommander.ui.swt.wizard.diskimage
Class DiskImageOrderPane

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.wizard.WizardPane
      extended by com.webcodepro.applecommander.ui.swt.wizard.diskimage.DiskImageOrderPane

public class DiskImageOrderPane
extends WizardPane

Allow the user to choose the order of the disk image, as well as compression.
Created on Dec 16, 2002.

Author:
Rob Greene

Constructor Summary
DiskImageOrderPane(org.eclipse.swt.widgets.Composite parent, DiskImageWizard wizard)
          Constructor for DiskImageNamePane.
 
Method Summary
protected  void createRadioButton(org.eclipse.swt.widgets.Composite composite, java.lang.String label, int order, java.lang.String helpText)
          Create a radio button for the disk image size list.
 void dispose()
          Dispose of all resources.
 WizardPane getNextPane()
          Get the next visible pane.
protected  DiskImageWizard getWizard()
           
 void open()
          Create the wizard pane.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskImageOrderPane

public DiskImageOrderPane(org.eclipse.swt.widgets.Composite parent,
                          DiskImageWizard wizard)
Constructor for DiskImageNamePane.

Method Detail

getNextPane

public WizardPane getNextPane()
Get the next visible pane.

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

open

public void open()
Create the wizard pane.

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

createRadioButton

protected void createRadioButton(org.eclipse.swt.widgets.Composite composite,
                                 java.lang.String label,
                                 int order,
                                 java.lang.String helpText)
Create a radio button for the disk image size list.


dispose

public void dispose()
Dispose of all resources.

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

getWizard

protected DiskImageWizard getWizard()