Uses of Class
com.vividsolutions.jump.workbench.ui.wizard.WizardDialog
-
-
Uses of WizardDialog in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage with parameters of type WizardDialog Modifier and Type Method Description void
AddRasterImageLayerWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
AddRasterImageLayerWizard. run(WizardDialog dialog, TaskMonitor monitor)
Load the files selected in the wizard.void
SelectRasterImageFilesPanel. setDialog(WizardDialog dialog)
-
Uses of WizardDialog in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore with parameters of type WizardDialog Modifier and Type Method Description void
SaveToDataStoreWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
AddDataStoreLayerWizard. run(WizardDialog dialog, TaskMonitor monitor)
void
AddWritableDataStoreLayerWizard. run(WizardDialog dialog, TaskMonitor monitor)
void
SaveToDataStoreWizard. run(WizardDialog dialog, TaskMonitor monitor)
-
Uses of WizardDialog in org.openjump.core.ui.plugin.file
Methods in org.openjump.core.ui.plugin.file with parameters of type WizardDialog Modifier and Type Method Description void
DataSourceQueryChooserOpenWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
DataSourceQueryChooserOpenWizard. run(WizardDialog dialog, TaskMonitor monitor)
-
Uses of WizardDialog in org.openjump.core.ui.plugin.file.open
Methods in org.openjump.core.ui.plugin.file.open that return WizardDialog Modifier and Type Method Description WizardDialog
SelectFilesPanel. getDialog()
Methods in org.openjump.core.ui.plugin.file.open with parameters of type WizardDialog Modifier and Type Method Description void
OpenFileWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
OpenProjectWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
OpenFileWizard. run(WizardDialog dialog, TaskMonitor monitor)
Load the files selected in the wizard.void
OpenProjectWizard. run(WizardDialog dialog, TaskMonitor monitor)
Load the files selected in the wizard.void
SelectFilesPanel. setDialog(WizardDialog dialog)
void
SelectProjectFilesPanel. setDialog(WizardDialog dialog)
Constructors in org.openjump.core.ui.plugin.file.open with parameters of type WizardDialog Constructor Description OpenDataTypePanel(WorkbenchContext workbenchContext, WizardDialog dialog, List<WizardGroup> wizards)
-
Uses of WizardDialog in org.openjump.core.ui.plugin.file.save
Methods in org.openjump.core.ui.plugin.file.save that return WizardDialog Modifier and Type Method Description WizardDialog
SelectFilePanel. getDialog()
Methods in org.openjump.core.ui.plugin.file.save with parameters of type WizardDialog Modifier and Type Method Description void
SaveToFileWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
SaveToFileWizard. run(WizardDialog dialog, TaskMonitor monitor)
void
SelectFilePanel. setDialog(WizardDialog dialog)
-
Uses of WizardDialog in org.openjump.core.ui.plugin.wms
Methods in org.openjump.core.ui.plugin.wms with parameters of type WizardDialog Modifier and Type Method Description void
AddWmsLayerWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
AddWmsLayerWizard. run(WizardDialog dialog, TaskMonitor monitor)
-
Uses of WizardDialog in org.openjump.core.ui.swing.wizard
Subclasses of WizardDialog in org.openjump.core.ui.swing.wizard Modifier and Type Class Description class
WizardGroupDialog
Methods in org.openjump.core.ui.swing.wizard with parameters of type WizardDialog Modifier and Type Method Description void
AbstractWizardGroup. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
WizardGroup. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
WizardGroup. run(WizardDialog dialog, TaskMonitor monitor)
-