public class ImportFileWizardPage
extends org.eclipse.jface.wizard.WizardPage
ImportFileWizard
. It
includes a Label
, a read-only Text
, and a browse
Button
that lets the user select one or more files for import
into their ICE workspace.Constructor and Description |
---|
ImportFileWizardPage(java.lang.String pageName)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
java.lang.String |
getFilterPath()
This operation returns the filter path for the selected file (the path to
the directory that contains the selected files).
|
java.util.List<java.lang.String> |
getSelectedFiles()
Gets the names of all selected files.
|
canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage, setVisible
public ImportFileWizardPage(java.lang.String pageName)
pageName
- The name of the page.public java.util.List<java.lang.String> getSelectedFiles()
public java.lang.String getFilterPath()
public void createControl(org.eclipse.swt.widgets.Composite parent)