Uses of Interface
org.openjump.core.ui.swing.wizard.WizardGroup
-
-
Uses of WizardGroup in org.openjump.core.rasterimage
Classes in org.openjump.core.rasterimage that implement WizardGroup Modifier and Type Class Description class
AddRasterImageLayerWizard
-
Uses of WizardGroup in org.openjump.core.ui.plugin
Methods in org.openjump.core.ui.plugin that return WizardGroup Modifier and Type Method Description WizardGroup
AbstractWizardPlugin. getWizard()
Methods in org.openjump.core.ui.plugin with parameters of type WizardGroup Modifier and Type Method Description protected void
AbstractWizardPlugin. setWizard(WizardGroup wizard)
-
Uses of WizardGroup in org.openjump.core.ui.plugin.datastore
Classes in org.openjump.core.ui.plugin.datastore that implement WizardGroup Modifier and Type Class Description class
AddDataStoreLayerWizard
class
AddWritableDataStoreLayerWizard
Add a wizard to the Open dialog to open database connections with read/write capability.class
SaveToDataStoreWizard
Wizard to save a dataset to a WritableDataStoreDataSource -
Uses of WizardGroup in org.openjump.core.ui.plugin.file
Classes in org.openjump.core.ui.plugin.file that implement WizardGroup Modifier and Type Class Description class
DataSourceQueryChooserOpenWizard
Methods in org.openjump.core.ui.plugin.file with parameters of type WizardGroup Modifier and Type Method Description static void
OpenWizardPlugIn. addWizard(WorkbenchContext workbenchContext, WizardGroup wizard)
static void
SaveWizardPlugIn. addWizard(WorkbenchContext workbenchContext, WizardGroup wizard)
-
Uses of WizardGroup in org.openjump.core.ui.plugin.file.open
Classes in org.openjump.core.ui.plugin.file.open that implement WizardGroup Modifier and Type Class Description class
OpenFileWizard
class
OpenProjectWizard
Methods in org.openjump.core.ui.plugin.file.open that return WizardGroup Modifier and Type Method Description WizardGroup
OpenDataTypePanel. getSlectedWizardGroup()
Constructor parameters in org.openjump.core.ui.plugin.file.open with type arguments of type WizardGroup Constructor Description OpenDataTypePanel(WorkbenchContext workbenchContext, WizardDialog dialog, List<WizardGroup> wizards)
-
Uses of WizardGroup in org.openjump.core.ui.plugin.file.save
Classes in org.openjump.core.ui.plugin.file.save that implement WizardGroup Modifier and Type Class Description class
SaveToFileWizard
-
Uses of WizardGroup in org.openjump.core.ui.plugin.wms
Classes in org.openjump.core.ui.plugin.wms that implement WizardGroup Modifier and Type Class Description class
AddWmsLayerWizard
WizardGroup used to collect parameters needed to add a WmsLayer. -
Uses of WizardGroup in org.openjump.core.ui.swing.wizard
Classes in org.openjump.core.ui.swing.wizard that implement WizardGroup Modifier and Type Class Description class
AbstractWizardGroup
Fields in org.openjump.core.ui.swing.wizard declared as WizardGroup Modifier and Type Field Description WizardGroup
WizardGroupDialog. currentWizard
Methods in org.openjump.core.ui.swing.wizard that return WizardGroup Modifier and Type Method Description WizardGroup
WizardGroupDialog. getSelectedWizard()
WizardGroup
WizardGroupDialog. getWizardAt(int i)
Methods in org.openjump.core.ui.swing.wizard with parameters of type WizardGroup Modifier and Type Method Description void
WizardGroupDialog. addWizard(WizardGroup wizard)
void
WizardGroupDialog. setSelectedWizard(WizardGroup wizardGroup)
Method parameters in org.openjump.core.ui.swing.wizard with type arguments of type WizardGroup Modifier and Type Method Description void
WizardGroupDialog. addWizards(List<WizardGroup> wizards)
-