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

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

public class DiskImageNamePane
extends WizardPane

Allow the user to choose the names of the disk image, as well as the volume name, if appropriate.
Created on Dec 16, 2002.

Author:
Rob Greene

Constructor Summary
DiskImageNamePane(org.eclipse.swt.widgets.Composite parent, DiskImageWizard wizard)
          Constructor for DiskImageNamePane.
 
Method Summary
 void dispose()
          Dispose of all resources.
 WizardPane getNextPane()
          Get the next visible pane.
protected  DiskImageWizard getWizard()
           
 void open()
          Create the wizard pane.
protected  void setButtonStatus()
          Enable the Next button when data has been entered into all fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskImageNamePane

public DiskImageNamePane(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()

setButtonStatus

protected void setButtonStatus()
Enable the Next button when data has been entered into all fields.


dispose

public void dispose()
Dispose of all resources.

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

getWizard

protected DiskImageWizard getWizard()