Class OpenFileWizard
java.lang.Object
org.openjump.core.ui.swing.wizard.AbstractWizardGroup
org.openjump.core.ui.plugin.file.open.OpenFileWizard
- All Implemented Interfaces:
WizardGroup
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOpenFileWizard(WorkbenchContext workbenchContext) Construct a new OpenFileWizard.OpenFileWizard(WorkbenchContext workbenchContext, File[] files) OpenFileWizard(WorkbenchContext workbenchContext, Class loaderFilter) -
Method Summary
Modifier and TypeMethodDescriptiongetLayer()voidinitialize(WorkbenchContext workbenchContext, WizardDialog dialog) protected voidinitPanels(WorkbenchContext workbenchContext) voidrun(WizardDialog dialog, TaskMonitor monitor) Load the files selected in the wizard.voidMethods inherited from class AbstractWizardGroup
addPanel, addPanel, getIcon, getName, getPanels, removeAllPanels, removePanel
-
Field Details
-
KEY
The key for the wizard.
-
-
Constructor Details
-
OpenFileWizard
Construct a new OpenFileWizard.- Parameters:
workbenchContext- The workbench context.
-
OpenFileWizard
-
OpenFileWizard
-
-
Method Details
-
getLayer
-
setLayer
-
initialize
- Specified by:
initializein interfaceWizardGroup- Overrides:
initializein classAbstractWizardGroup
-
initPanels
-
getFirstId
- Specified by:
getFirstIdin interfaceWizardGroup- Overrides:
getFirstIdin classAbstractWizardGroup
-
run
Load the files selected in the wizard.- Parameters:
monitor- The task monitor.- Throws:
Exception
-