Uses of Interface
org.openjump.core.ui.swing.wizard.WizardGroup
Packages that use WizardGroup
Package
Description
-
Uses of WizardGroup in org.openjump.core.rasterimage
Classes in org.openjump.core.rasterimage that implement WizardGroup -
Uses of WizardGroup in org.openjump.core.ui.plugin
Methods in org.openjump.core.ui.plugin that return WizardGroupMethods in org.openjump.core.ui.plugin with parameters of type WizardGroupModifier and TypeMethodDescriptionprotected voidAbstractWizardPlugin.setWizard(WizardGroup wizard) -
Uses of WizardGroup in org.openjump.core.ui.plugin.datastore
Classes in org.openjump.core.ui.plugin.datastore that implement WizardGroupModifier and TypeClassDescriptionclassclassAdd a wizard to the Open dialog to open database connections with read/write capability.classWizard 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 WizardGroupMethods in org.openjump.core.ui.plugin.file with parameters of type WizardGroupModifier and TypeMethodDescriptionstatic 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 WizardGroupMethods in org.openjump.core.ui.plugin.file.open that return WizardGroupConstructor parameters in org.openjump.core.ui.plugin.file.open with type arguments of type WizardGroupModifierConstructorDescriptionOpenDataTypePanel(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 -
Uses of WizardGroup in org.openjump.core.ui.plugin.wms
Classes in org.openjump.core.ui.plugin.wms that implement WizardGroupModifier and TypeClassDescriptionclassWizardGroup 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 WizardGroupFields in org.openjump.core.ui.swing.wizard declared as WizardGroupMethods in org.openjump.core.ui.swing.wizard that return WizardGroupModifier and TypeMethodDescriptionWizardGroupDialog.getSelectedWizard()WizardGroupDialog.getWizardAt(int i) Methods in org.openjump.core.ui.swing.wizard with parameters of type WizardGroupModifier and TypeMethodDescriptionvoidWizardGroupDialog.addWizard(WizardGroup wizard) voidWizardGroupDialog.setSelectedWizard(WizardGroup wizardGroup) Method parameters in org.openjump.core.ui.swing.wizard with type arguments of type WizardGroup