com.webcodepro.applecommander.ui.swt.wizard.importfile
Class ImportSelectFilesWizardPane

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.wizard.WizardPane
      extended by com.webcodepro.applecommander.ui.swt.wizard.importfile.ImportSelectFilesWizardPane

public class ImportSelectFilesWizardPane
extends WizardPane

Allow the used to choose the files to import into the disk image.
Created on Jan 17, 2003.

Author:
Rob Greene

Constructor Summary
ImportSelectFilesWizardPane(org.eclipse.swt.widgets.Composite parent, ImportWizard wizard)
          Constructor for ImportSelectFilesWizardPane.
 
Method Summary
 void dispose()
          Dispose of all resources.
 void editSelection()
          Edit the current selection.
protected  org.eclipse.swt.widgets.Text getAddressText()
           
protected  org.eclipse.swt.widgets.Button getEditButton()
           
protected  org.eclipse.swt.widgets.Table getFileTable()
           
 WizardPane getNextPane()
          Get the next visible pane.
protected  org.eclipse.swt.widgets.Composite getParent()
           
protected  org.eclipse.swt.widgets.Button getRawCheckBox()
           
protected  org.eclipse.swt.widgets.Button getRemoveButton()
           
protected  ImportWizard getWizard()
           
 void open()
          Create the wizard pane.
protected  void refreshTable()
          Refresh the table of information.
protected  void setFilenames(java.lang.String path, java.lang.String[] filenames)
          Set all filenames to be imported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportSelectFilesWizardPane

public ImportSelectFilesWizardPane(org.eclipse.swt.widgets.Composite parent,
                                   ImportWizard wizard)
Constructor for ImportSelectFilesWizardPane.

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

setFilenames

protected void setFilenames(java.lang.String path,
                            java.lang.String[] filenames)
Set all filenames to be imported.


refreshTable

protected void refreshTable()
Refresh the table of information.


dispose

public void dispose()
Dispose of all resources.

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

editSelection

public void editSelection()
Edit the current selection.


getRemoveButton

protected org.eclipse.swt.widgets.Button getRemoveButton()

getEditButton

protected org.eclipse.swt.widgets.Button getEditButton()

getParent

protected org.eclipse.swt.widgets.Composite getParent()

getFileTable

protected org.eclipse.swt.widgets.Table getFileTable()

getWizard

protected ImportWizard getWizard()

getAddressText

protected org.eclipse.swt.widgets.Text getAddressText()

getRawCheckBox

protected org.eclipse.swt.widgets.Button getRawCheckBox()