Uses of Interface
com.vividsolutions.jump.workbench.ui.wizard.WizardPanel

Packages that use WizardPanel
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.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
 class MapLayerWizardPanel
           
 class OneSRSWizardPanel
           
 class SRSWizardPanel
           
 class URLWizardPanel
           
 

Uses of WizardPanel in com.vividsolutions.jump.workbench.ui.wizard
 

Classes in com.vividsolutions.jump.workbench.ui.wizard that implement WizardPanel
 class AbstractWizardPanel
           
 

Methods in com.vividsolutions.jump.workbench.ui.wizard that return WizardPanel
 WizardPanel WizardDialog.setCurrentWizardPanel(java.lang.String id)
           
 

Methods in com.vividsolutions.jump.workbench.ui.wizard with parameters of type WizardPanel
 void WizardDialog.init(WizardPanel[] wizardPanels)
           
 

Method parameters in com.vividsolutions.jump.workbench.ui.wizard with type arguments of type WizardPanel
 void WizardDialog.init(java.util.List<WizardPanel> wizardPanels)
           
protected  void WizardDialog.setPanels(java.util.List<WizardPanel> wizardPanels)
           
 

Uses of WizardPanel in org.openjump.core.rasterimage
 

Classes in org.openjump.core.rasterimage that implement WizardPanel
 class SelectRasterImageFilesPanel
           
 

Uses of WizardPanel in org.openjump.core.ui.plugin.datastore
 

Classes in org.openjump.core.ui.plugin.datastore that implement WizardPanel
 class AddDataStoreLayerWizardPanel
           
 

Uses of WizardPanel in org.openjump.core.ui.plugin.file
 

Classes in org.openjump.core.ui.plugin.file that implement WizardPanel
 class ComponentWizardPanel
           
 

Uses of WizardPanel in org.openjump.core.ui.plugin.file.open
 

Classes in org.openjump.core.ui.plugin.file.open that implement WizardPanel
 class ChooseProjectPanel
           
 class OpenDataTypePanel
           
 class SelectFileLoaderPanel
           
 class SelectFileOptionsPanel
           
 class SelectFilesPanel
           
 class SelectProjectFilesPanel
           
 

Uses of WizardPanel in org.openjump.core.ui.plugin.layer.pirolraster
 

Classes in org.openjump.core.ui.plugin.layer.pirolraster that implement WizardPanel
 class RasterImageWizardPanel
          Panel 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
 java.util.List<WizardPanel> WizardGroup.getPanels()
           
 java.util.List<WizardPanel> AbstractWizardGroup.getPanels()
           
 

Methods in org.openjump.core.ui.swing.wizard with parameters of type WizardPanel
 void AbstractWizardGroup.addPanel(int index, WizardPanel panel)
           
 void AbstractWizardGroup.addPanel(WizardPanel panel)
           
 void AbstractWizardGroup.removePanel(WizardPanel panel)