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 String
CACHED_URL_KEY
static String[]
DEFAULT_URLS
static String
KEY
-
Constructor Summary
Constructors Constructor Description AddWmsLayerWizard(WorkbenchContext workbenchContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFirstId()
void
initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
run(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:
initialize
in interfaceWizardGroup
- Overrides:
initialize
in classAbstractWizardGroup
-
getFirstId
public String getFirstId()
- Specified by:
getFirstId
in interfaceWizardGroup
- Overrides:
getFirstId
in classAbstractWizardGroup
-
run
public void run(WizardDialog dialog, TaskMonitor monitor)
-
-