|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webcodepro.applecommander.ui.swt.wizard.Wizard
com.webcodepro.applecommander.ui.swt.wizard.diskimage.DiskImageWizard
public class DiskImageWizard
Disk Image Wizard.
Created on Dec 15, 2002.
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 |
---|
public static final int FORMAT_DOS33
public static final int FORMAT_UNIDOS
public static final int FORMAT_PRODOS
public static final int FORMAT_PASCAL
public static final int FORMAT_RDOS
public static final int FORMAT_OZDOS
public static final int FORMAT_CPM
public static final int ORDER_DOS
public static final int ORDER_PRODOS
public static final int ORDER_NIBBLE
Constructor Detail |
---|
public DiskImageWizard(org.eclipse.swt.widgets.Shell parent, ImageManager imageManager)
Method Detail |
---|
public WizardPane createInitialWizardPane()
createInitialWizardPane
in class Wizard
Wizard.createInitialWizardPane()
public FormattedDisk[] getFormattedDisks()
public int getFormat()
public void setFormat(int format)
public int getSize()
public void setSize(int size)
public java.lang.String getFileName()
public java.lang.String getVolumeName()
public void setFileName(java.lang.String fileName)
public void setVolumeName(java.lang.String volumeName)
public boolean isFormatProdos()
public boolean isFormatPascal()
public int getOrder()
public void setOrder(int order)
public boolean isCompressed()
public void setCompressed(boolean compressed)
public boolean isHardDisk()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |