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 classAddRasterImageLayerWizard -
Uses of WizardGroup in org.openjump.core.ui.plugin
Methods in org.openjump.core.ui.plugin that return WizardGroup Modifier and Type Method Description WizardGroupAbstractWizardPlugin. getWizard()Methods in org.openjump.core.ui.plugin with parameters of type WizardGroup Modifier and Type Method Description protected voidAbstractWizardPlugin. 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 classAddDataStoreLayerWizardclassAddWritableDataStoreLayerWizardAdd a wizard to the Open dialog to open database connections with read/write capability.classSaveToDataStoreWizardWizard 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 classDataSourceQueryChooserOpenWizardMethods in org.openjump.core.ui.plugin.file with parameters of type WizardGroup Modifier and Type Method Description static voidOpenWizardPlugIn. addWizard(WorkbenchContext workbenchContext, WizardGroup wizard)static voidSaveWizardPlugIn. 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 classOpenFileWizardclassOpenProjectWizardMethods in org.openjump.core.ui.plugin.file.open that return WizardGroup Modifier and Type Method Description WizardGroupOpenDataTypePanel. 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 classSaveToFileWizard -
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 classAddWmsLayerWizardWizardGroup 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 classAbstractWizardGroupFields in org.openjump.core.ui.swing.wizard declared as WizardGroup Modifier and Type Field Description WizardGroupWizardGroupDialog. currentWizardMethods in org.openjump.core.ui.swing.wizard that return WizardGroup Modifier and Type Method Description WizardGroupWizardGroupDialog. getSelectedWizard()WizardGroupWizardGroupDialog. getWizardAt(int i)Methods in org.openjump.core.ui.swing.wizard with parameters of type WizardGroup Modifier and Type Method Description voidWizardGroupDialog. addWizard(WizardGroup wizard)voidWizardGroupDialog. setSelectedWizard(WizardGroup wizardGroup)Method parameters in org.openjump.core.ui.swing.wizard with type arguments of type WizardGroup Modifier and Type Method Description voidWizardGroupDialog. addWizards(List<WizardGroup> wizards)
-