Uses of Class
com.vividsolutions.jump.workbench.ui.wizard.WizardDialog

Packages that use WizardDialog
org.openjump.core.rasterimage   
org.openjump.core.ui.plugin.datastore   
org.openjump.core.ui.plugin.file   
org.openjump.core.ui.plugin.file.open   
org.openjump.core.ui.plugin.wms   
org.openjump.core.ui.swing.wizard   
 

Uses of WizardDialog in org.openjump.core.rasterimage
 

Methods in org.openjump.core.rasterimage with parameters of type WizardDialog
 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
 void AddDataStoreLayerWizard.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
 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
 WizardDialog SelectFilesPanel.getDialog()
           
 

Methods in org.openjump.core.ui.plugin.file.open with parameters of type WizardDialog
 void OpenProjectWizard.initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
           
 void OpenFileWizard.initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
           
 void OpenProjectWizard.run(WizardDialog dialog, TaskMonitor monitor)
          Load the files selected in the wizard.
 void OpenFileWizard.run(WizardDialog dialog, TaskMonitor monitor)
          Load the files selected in the wizard.
 void SelectProjectFilesPanel.setDialog(WizardDialog dialog)
           
 void SelectFilesPanel.setDialog(WizardDialog dialog)
           
 

Constructors in org.openjump.core.ui.plugin.file.open with parameters of type WizardDialog
OpenDataTypePanel(WorkbenchContext workbenchContext, WizardDialog dialog, java.util.List<WizardGroup> wizards)
           
 

Uses of WizardDialog in org.openjump.core.ui.plugin.wms
 

Methods in org.openjump.core.ui.plugin.wms with parameters of type WizardDialog
 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
 class WizardGroupDialog
           
 

Methods in org.openjump.core.ui.swing.wizard with parameters of type WizardDialog
 void WizardGroup.initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
           
 void AbstractWizardGroup.initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
           
 void WizardGroup.run(WizardDialog dialog, TaskMonitor monitor)