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 class
MapLayerWizardPanel
class
OneSRSWizardPanel
class
SRSWizardPanel
class
URLWizardPanel
-
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 interface
WizardPanelV2
adds missing method definitions in older interfaceClasses in com.vividsolutions.jump.workbench.ui.wizard that implement WizardPanel Modifier and Type Class Description class
AbstractWizardPanel
Methods in com.vividsolutions.jump.workbench.ui.wizard that return WizardPanel Modifier and Type Method Description WizardPanel
WizardDialog. setCurrentWizardPanel(String id)
Methods in com.vividsolutions.jump.workbench.ui.wizard with parameters of type WizardPanel Modifier and Type Method Description void
WizardDialog. init(WizardPanel[] wizardPanels)
Method parameters in com.vividsolutions.jump.workbench.ui.wizard with type arguments of type WizardPanel Modifier and Type Method Description void
WizardDialog. init(List<WizardPanel> wizardPanels)
protected void
WizardDialog. 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 class
SelectRasterImageFilesPanel
-
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 class
AddDataStoreLayerWizardPanel
class
AddWritableDataStoreLayerWizardPanel
WizardPanel to connect to a read/write datastore.class
SaveToDataStorePanel
Wrapper 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 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 Modifier and Type Class Description class
ChooseProjectPanel
class
OpenDataTypePanel
class
SelectFileLoaderPanel
class
SelectFileOptionsPanel
class
SelectFilesPanel
class
SelectProjectFilesPanel
-
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 class
SelectFilePanel
-
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 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 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 void
AbstractWizardGroup. addPanel(int index, WizardPanel panel)
void
AbstractWizardGroup. addPanel(WizardPanel panel)
void
AbstractWizardGroup. removePanel(WizardPanel panel)
-