Class SaveToFileWizard
- java.lang.Object
-
- org.openjump.core.ui.swing.wizard.AbstractWizardGroup
-
- org.openjump.core.ui.plugin.file.save.SaveToFileWizard
-
- All Implemented Interfaces:
WizardGroup
public class SaveToFileWizard extends AbstractWizardGroup
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATAKEY_DATASOURCEQUERYCHOOSER
static String
DATAKEY_FILE
static String
DATAKEY_FOLDER
static String
KEY
The key for the wizard.
-
Constructor Summary
Constructors Constructor Description SaveToFileWizard(PlugInContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
run(WizardDialog dialog, TaskMonitor monitor)
-
Methods inherited from class org.openjump.core.ui.swing.wizard.AbstractWizardGroup
addPanel, addPanel, getFirstId, getIcon, getName, getPanels, removeAllPanels, removePanel
-
-
-
-
Constructor Detail
-
SaveToFileWizard
public SaveToFileWizard(PlugInContext context)
-
-
Method Detail
-
initialize
public void initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
- Specified by:
initialize
in interfaceWizardGroup
- Overrides:
initialize
in classAbstractWizardGroup
-
run
public void run(WizardDialog dialog, TaskMonitor monitor) throws Exception
- Throws:
Exception
-
-