|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webcodepro.applecommander.ui.swt.wizard.WizardPane
com.webcodepro.applecommander.ui.swt.wizard.importfile.ImportSelectFilesWizardPane
public class ImportSelectFilesWizardPane
Allow the used to choose the files to import into the disk image.
Created on Jan 17, 2003.
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 |
---|
public ImportSelectFilesWizardPane(org.eclipse.swt.widgets.Composite parent, ImportWizard wizard)
Method Detail |
---|
public WizardPane getNextPane()
getNextPane
in class WizardPane
WizardPane.getNextPane()
public void open()
open
in class WizardPane
WizardPane.open()
protected void setFilenames(java.lang.String path, java.lang.String[] filenames)
protected void refreshTable()
public void dispose()
dispose
in class WizardPane
WizardPane.dispose()
public void editSelection()
protected org.eclipse.swt.widgets.Button getRemoveButton()
protected org.eclipse.swt.widgets.Button getEditButton()
protected org.eclipse.swt.widgets.Composite getParent()
protected org.eclipse.swt.widgets.Table getFileTable()
protected ImportWizard getWizard()
protected org.eclipse.swt.widgets.Text getAddressText()
protected org.eclipse.swt.widgets.Button getRawCheckBox()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |