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

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.wizard.Wizard
      extended by com.webcodepro.applecommander.ui.swt.wizard.diskimage.DiskImageWizard

public class DiskImageWizard
extends Wizard

Disk Image Wizard.
Created on Dec 15, 2002.

Author:
Rob Greene

Field Summary
static int FORMAT_CPM
           
static int FORMAT_DOS33
           
static int FORMAT_OZDOS
           
static int FORMAT_PASCAL
           
static int FORMAT_PRODOS
           
static int FORMAT_RDOS
           
static int FORMAT_UNIDOS
           
static int ORDER_DOS
           
static int ORDER_NIBBLE
           
static int ORDER_PRODOS
           
 
Constructor Summary
DiskImageWizard(org.eclipse.swt.widgets.Shell parent, ImageManager imageManager)
          Constructor for ExportWizard.
 
Method Summary
 WizardPane createInitialWizardPane()
          Create the initial display used in the wizard.
 java.lang.String getFileName()
          Returns the fileName.
 int getFormat()
          Returns the image format.
 FormattedDisk[] getFormattedDisks()
          Get the FormattedDisk as specified.
 int getOrder()
          Returns the order.
 int getSize()
          Returns the size.
 java.lang.String getVolumeName()
          Returns the volumeName.
 boolean isCompressed()
          Returns the compressed.
 boolean isFormatPascal()
          Indicates if the format is Pascal.
 boolean isFormatProdos()
          Indicates if the format is ProDOS.
 boolean isHardDisk()
          Indicates if this image is a hard disk.
 void setCompressed(boolean compressed)
          Sets the compressed.
 void setFileName(java.lang.String fileName)
          Sets the fileName.
 void setFormat(int format)
          Sets the image format.
 void setOrder(int order)
          Sets the order.
 void setSize(int size)
          Sets the size.
 void setVolumeName(java.lang.String volumeName)
          Sets the volumeName.
 
Methods inherited from class com.webcodepro.applecommander.ui.swt.wizard.Wizard
dispose, enableFinishButton, enableNextButton, getBackButton, getContentPane, getDialog, getWizardPanes, isWizardCompleted, open, setWizardCompleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT_DOS33

public static final int FORMAT_DOS33
See Also:
Constant Field Values

FORMAT_UNIDOS

public static final int FORMAT_UNIDOS
See Also:
Constant Field Values

FORMAT_PRODOS

public static final int FORMAT_PRODOS
See Also:
Constant Field Values

FORMAT_PASCAL

public static final int FORMAT_PASCAL
See Also:
Constant Field Values

FORMAT_RDOS

public static final int FORMAT_RDOS
See Also:
Constant Field Values

FORMAT_OZDOS

public static final int FORMAT_OZDOS
See Also:
Constant Field Values

FORMAT_CPM

public static final int FORMAT_CPM
See Also:
Constant Field Values

ORDER_DOS

public static final int ORDER_DOS
See Also:
Constant Field Values

ORDER_PRODOS

public static final int ORDER_PRODOS
See Also:
Constant Field Values

ORDER_NIBBLE

public static final int ORDER_NIBBLE
See Also:
Constant Field Values
Constructor Detail

DiskImageWizard

public DiskImageWizard(org.eclipse.swt.widgets.Shell parent,
                       ImageManager imageManager)
Constructor for ExportWizard.

Method Detail

createInitialWizardPane

public WizardPane createInitialWizardPane()
Create the initial display used in the wizard.

Specified by:
createInitialWizardPane in class Wizard
See Also:
Wizard.createInitialWizardPane()

getFormattedDisks

public FormattedDisk[] getFormattedDisks()
Get the FormattedDisk as specified.


getFormat

public int getFormat()
Returns the image format.


setFormat

public void setFormat(int format)
Sets the image format.


getSize

public int getSize()
Returns the size.


setSize

public void setSize(int size)
Sets the size.


getFileName

public java.lang.String getFileName()
Returns the fileName.


getVolumeName

public java.lang.String getVolumeName()
Returns the volumeName.


setFileName

public void setFileName(java.lang.String fileName)
Sets the fileName.


setVolumeName

public void setVolumeName(java.lang.String volumeName)
Sets the volumeName.


isFormatProdos

public boolean isFormatProdos()
Indicates if the format is ProDOS.


isFormatPascal

public boolean isFormatPascal()
Indicates if the format is Pascal.


getOrder

public int getOrder()
Returns the order.


setOrder

public void setOrder(int order)
Sets the order.


isCompressed

public boolean isCompressed()
Returns the compressed.


setCompressed

public void setCompressed(boolean compressed)
Sets the compressed.


isHardDisk

public boolean isHardDisk()
Indicates if this image is a hard disk.