Uses of Interface
com.vividsolutions.jump.workbench.ui.wizard.WizardPanel
Packages that use WizardPanel
Package
Description
A simple package for implementing a wizard GUI framework.
-
Uses of WizardPanel in com.vividsolutions.jump.workbench.ui.plugin.wms
Classes in com.vividsolutions.jump.workbench.ui.plugin.wms that implement WizardPanelModifier and TypeClassDescriptionclassclassclassclass -
Uses of WizardPanel in com.vividsolutions.jump.workbench.ui.wizard
Subinterfaces of WizardPanel in com.vividsolutions.jump.workbench.ui.wizardModifier and TypeInterfaceDescriptioninterfaceadds missing method definitions in older interfaceClasses in com.vividsolutions.jump.workbench.ui.wizard that implement WizardPanelMethods in com.vividsolutions.jump.workbench.ui.wizard that return WizardPanelMethods in com.vividsolutions.jump.workbench.ui.wizard with parameters of type WizardPanelMethod parameters in com.vividsolutions.jump.workbench.ui.wizard with type arguments of type WizardPanelModifier and TypeMethodDescriptionvoidWizardDialog.init(List<WizardPanel> wizardPanels) protected voidWizardDialog.setPanels(List<WizardPanel> wizardPanels) -
Uses of WizardPanel in org.openjump.core.rasterimage
Classes in org.openjump.core.rasterimage that implement WizardPanel -
Uses of WizardPanel in org.openjump.core.ui.plugin.datastore
Classes in org.openjump.core.ui.plugin.datastore that implement WizardPanelModifier and TypeClassDescriptionclassclassWizardPanel to connect to a read/write datastore.classWrapper class to include DataStoreSaveDriverPanel into the new SaveWizardPlugIn -
Uses of WizardPanel in org.openjump.core.ui.plugin.file
Classes in org.openjump.core.ui.plugin.file that implement WizardPanel -
Uses of WizardPanel in org.openjump.core.ui.plugin.file.open
Classes in org.openjump.core.ui.plugin.file.open that implement WizardPanelModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of WizardPanel in org.openjump.core.ui.plugin.file.save
Classes in org.openjump.core.ui.plugin.file.save that implement WizardPanel -
Uses of WizardPanel in org.openjump.core.ui.plugin.layer.pirolraster
Classes in org.openjump.core.ui.plugin.layer.pirolraster that implement WizardPanelModifier and TypeClassDescriptionclassPanel for setting properties for viewed image. -
Uses of WizardPanel in org.openjump.core.ui.swing.wizard
Methods in org.openjump.core.ui.swing.wizard that return types with arguments of type WizardPanelMethods in org.openjump.core.ui.swing.wizard with parameters of type WizardPanelModifier and TypeMethodDescriptionvoidAbstractWizardGroup.addPanel(int index, WizardPanel panel) voidAbstractWizardGroup.addPanel(WizardPanel panel) voidAbstractWizardGroup.removePanel(WizardPanel panel)