public class ImportFileWizardHandler
extends org.eclipse.core.commands.AbstractHandler
ImportFileWizard
.
Note: This class does not actually call the
ImportFileWizard
. Instead, it opens a FileDialog
and
processes the selected files as the ImportFileWizard
normally
does.
Constructor and Description |
---|
ImportFileWizardHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(org.eclipse.core.commands.ExecutionEvent event)
Opens a new
FileDialog and imports any selected files into the
ICE project space. |