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

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

public class DiskImageFormatPane
extends WizardPane

Allow the user to choose the which operating system to format the disk with.
Created on Dec 15, 2002.

Author:
Rob Greene

Constructor Summary
DiskImageFormatPane(org.eclipse.swt.widgets.Composite parent, DiskImageWizard wizard)
          Constructor for DiskImageFormatPane.
 
Method Summary
protected  void createRadioButton(org.eclipse.swt.widgets.Composite composite, java.lang.String label, int format, java.lang.String helpText)
          Create a radio button for the disk image format list.
 void dispose()
          Dispose of any resources.
 WizardPane getNextPane()
          Get the next WizardPane.
protected  DiskImageWizard getWizard()
           
 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

DiskImageFormatPane

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

Method Detail

getNextPane

public WizardPane getNextPane()
Get the next WizardPane. Note that the order and size are set, or defaults are chosen.

Specified by:
getNextPane in class WizardPane

open

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

Specified by:
open in class WizardPane

createRadioButton

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


dispose

public void dispose()
Dispose of any resources.

Specified by:
dispose in class WizardPane

getWizard

protected DiskImageWizard getWizard()