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

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

public class DiskImageSizePane
extends WizardPane

Allow the user to choose the size of the disk image, as appropriate.
Created on Dec 15, 2002.

Author:
Rob Greene

Constructor Summary
DiskImageSizePane(org.eclipse.swt.widgets.Composite parent, DiskImageWizard wizard)
          Constructor for DiskImageSizePane.
 
Method Summary
protected  void createRadioButton(org.eclipse.swt.widgets.Composite composite, java.lang.String label, int size, 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

DiskImageSizePane

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

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