Class AddDataStoreLayerWizard
- java.lang.Object
-
- org.openjump.core.ui.swing.wizard.AbstractWizardGroup
-
- org.openjump.core.ui.plugin.datastore.AddDataStoreLayerWizard
-
- All Implemented Interfaces:
WizardGroup
public class AddDataStoreLayerWizard extends AbstractWizardGroup
-
-
Constructor Summary
Constructors Constructor Description AddDataStoreLayerWizard(WorkbenchContext workbenchContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFirstId()
static void
load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)
void
run(WizardDialog dialog, TaskMonitor monitor)
-
Methods inherited from class org.openjump.core.ui.swing.wizard.AbstractWizardGroup
addPanel, addPanel, getIcon, getName, getPanels, initialize, removeAllPanels, removePanel
-
-
-
-
Constructor Detail
-
AddDataStoreLayerWizard
public AddDataStoreLayerWizard(WorkbenchContext workbenchContext)
-
-
Method Detail
-
getFirstId
public String getFirstId()
- Specified by:
getFirstId
in interfaceWizardGroup
- Overrides:
getFirstId
in classAbstractWizardGroup
-
run
public void run(WizardDialog dialog, TaskMonitor monitor) throws Exception
- Throws:
Exception
-
load
public static void load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor) throws Exception
- Throws:
Exception
-
-