Uses of Interface
com.vividsolutions.jump.workbench.ui.wizard.WizardPanel
-
Packages that use WizardPanel Package Description com.vividsolutions.jump.workbench.ui.plugin.wms com.vividsolutions.jump.workbench.ui.wizard A simple package for implementing a wizard GUI framework.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.file.save org.openjump.core.ui.plugin.layer.pirolraster org.openjump.core.ui.swing.wizard -
-
Uses of WizardPanel in com.vividsolutions.jump.workbench.ui.plugin.wms
Classes in com.vividsolutions.jump.workbench.ui.plugin.wms that implement WizardPanel Modifier and Type Class Description classMapLayerWizardPanelclassOneSRSWizardPanelclassSRSWizardPanelclassURLWizardPanel -
Uses of WizardPanel in com.vividsolutions.jump.workbench.ui.wizard
Subinterfaces of WizardPanel in com.vividsolutions.jump.workbench.ui.wizard Modifier and Type Interface Description interfaceWizardPanelV2adds missing method definitions in older interfaceClasses in com.vividsolutions.jump.workbench.ui.wizard that implement WizardPanel Modifier and Type Class Description classAbstractWizardPanelMethods in com.vividsolutions.jump.workbench.ui.wizard that return WizardPanel Modifier and Type Method Description WizardPanelWizardDialog. setCurrentWizardPanel(String id)Methods in com.vividsolutions.jump.workbench.ui.wizard with parameters of type WizardPanel Modifier and Type Method Description voidWizardDialog. init(WizardPanel[] wizardPanels)Method parameters in com.vividsolutions.jump.workbench.ui.wizard with type arguments of type WizardPanel Modifier and Type Method Description voidWizardDialog. 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 Modifier and Type Class Description classSelectRasterImageFilesPanel -
Uses of WizardPanel in org.openjump.core.ui.plugin.datastore
Classes in org.openjump.core.ui.plugin.datastore that implement WizardPanel Modifier and Type Class Description classAddDataStoreLayerWizardPanelclassAddWritableDataStoreLayerWizardPanelWizardPanel to connect to a read/write datastore.classSaveToDataStorePanelWrapper 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 Modifier and Type Class Description classComponentWizardPanel -
Uses of WizardPanel in org.openjump.core.ui.plugin.file.open
Classes in org.openjump.core.ui.plugin.file.open that implement WizardPanel Modifier and Type Class Description classChooseProjectPanelclassOpenDataTypePanelclassSelectFileLoaderPanelclassSelectFileOptionsPanelclassSelectFilesPanelclassSelectProjectFilesPanel -
Uses of WizardPanel in org.openjump.core.ui.plugin.file.save
Classes in org.openjump.core.ui.plugin.file.save that implement WizardPanel Modifier and Type Class Description classSelectFilePanel -
Uses of WizardPanel in org.openjump.core.ui.plugin.layer.pirolraster
Classes in org.openjump.core.ui.plugin.layer.pirolraster that implement WizardPanel Modifier and Type Class Description classRasterImageWizardPanelPanel 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 WizardPanel Modifier and Type Method Description List<WizardPanel>AbstractWizardGroup. getPanels()List<WizardPanel>WizardGroup. getPanels()Methods in org.openjump.core.ui.swing.wizard with parameters of type WizardPanel Modifier and Type Method Description voidAbstractWizardGroup. addPanel(int index, WizardPanel panel)voidAbstractWizardGroup. addPanel(WizardPanel panel)voidAbstractWizardGroup. removePanel(WizardPanel panel)
-