Uses of Class
com.vividsolutions.jump.workbench.ui.wizard.WizardDialog
Packages that use WizardDialog
Package
Description
-
Uses of WizardDialog in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage with parameters of type WizardDialogModifier and TypeMethodDescriptionvoidAddRasterImageLayerWizard.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 WizardDialogModifier and TypeMethodDescriptionvoidSaveToDataStoreWizard.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 WizardDialogModifier and TypeMethodDescriptionvoidDataSourceQueryChooserOpenWizard.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 WizardDialogMethods in org.openjump.core.ui.plugin.file.open with parameters of type WizardDialogModifier and TypeMethodDescriptionvoidOpenFileWizard.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 WizardDialogModifierConstructorDescriptionOpenDataTypePanel(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 WizardDialogMethods in org.openjump.core.ui.plugin.file.save with parameters of type WizardDialogModifier and TypeMethodDescriptionvoidSaveToFileWizard.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 WizardDialogModifier and TypeMethodDescriptionvoidAddWmsLayerWizard.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.wizardMethods in org.openjump.core.ui.swing.wizard with parameters of type WizardDialogModifier and TypeMethodDescriptionvoidAbstractWizardGroup.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) voidWizardGroup.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) voidWizardGroup.run(WizardDialog dialog, TaskMonitor monitor)