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 voidAddRasterImageLayerWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidAddRasterImageLayerWizard. run(WizardDialog dialog, TaskMonitor monitor)Load the files selected in the wizard.voidSelectRasterImageFilesPanel. 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 voidSaveToDataStoreWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidAddDataStoreLayerWizard. run(WizardDialog dialog, TaskMonitor monitor)voidAddWritableDataStoreLayerWizard. run(WizardDialog dialog, TaskMonitor monitor)voidSaveToDataStoreWizard. 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 voidDataSourceQueryChooserOpenWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidDataSourceQueryChooserOpenWizard. 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 WizardDialogSelectFilesPanel. getDialog()Methods in org.openjump.core.ui.plugin.file.open with parameters of type WizardDialog Modifier and Type Method Description voidOpenFileWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidOpenProjectWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidOpenFileWizard. run(WizardDialog dialog, TaskMonitor monitor)Load the files selected in the wizard.voidOpenProjectWizard. run(WizardDialog dialog, TaskMonitor monitor)Load the files selected in the wizard.voidSelectFilesPanel. setDialog(WizardDialog dialog)voidSelectProjectFilesPanel. 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 WizardDialogSelectFilePanel. getDialog()Methods in org.openjump.core.ui.plugin.file.save with parameters of type WizardDialog Modifier and Type Method Description voidSaveToFileWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidSaveToFileWizard. run(WizardDialog dialog, TaskMonitor monitor)voidSelectFilePanel. 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 voidAddWmsLayerWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidAddWmsLayerWizard. 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 classWizardGroupDialogMethods in org.openjump.core.ui.swing.wizard with parameters of type WizardDialog Modifier and Type Method Description voidAbstractWizardGroup. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidWizardGroup. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidWizardGroup. run(WizardDialog dialog, TaskMonitor monitor)
-