Package org.openjump.core.ui.plugin.wms
Class AddWmsLayerWizard
- java.lang.Object
-
- org.openjump.core.ui.swing.wizard.AbstractWizardGroup
-
- org.openjump.core.ui.plugin.wms.AddWmsLayerWizard
-
- All Implemented Interfaces:
WizardGroup
public class AddWmsLayerWizard extends AbstractWizardGroup
WizardGroup used to collect parameters needed to add a WmsLayer. WizardGroup contains- URLWizardPanel
- MapLayerWizardPanel
- SRSWizardPanel
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHED_URL_KEYstatic String[]DEFAULT_URLSstatic StringKEY
-
Constructor Summary
Constructors Constructor Description AddWmsLayerWizard(WorkbenchContext workbenchContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFirstId()voidinitialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidrun(WizardDialog dialog, TaskMonitor monitor)-
Methods inherited from class org.openjump.core.ui.swing.wizard.AbstractWizardGroup
addPanel, addPanel, getIcon, getName, getPanels, removeAllPanels, removePanel
-
-
-
-
Field Detail
-
CACHED_URL_KEY
public static final String CACHED_URL_KEY
- See Also:
- Constant Field Values
-
KEY
public static final String KEY
-
DEFAULT_URLS
public static final String[] DEFAULT_URLS
-
-
Constructor Detail
-
AddWmsLayerWizard
public AddWmsLayerWizard(WorkbenchContext workbenchContext)
-
-
Method Detail
-
initialize
public void initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
- Specified by:
initializein interfaceWizardGroup- Overrides:
initializein classAbstractWizardGroup
-
getFirstId
public String getFirstId()
- Specified by:
getFirstIdin interfaceWizardGroup- Overrides:
getFirstIdin classAbstractWizardGroup
-
run
public void run(WizardDialog dialog, TaskMonitor monitor)
-
-