org.openjump.core.ui.plugin.datastore
Class AddDataStoreLayerWizard

java.lang.Object
  extended by org.openjump.core.ui.swing.wizard.AbstractWizardGroup
      extended by org.openjump.core.ui.plugin.datastore.AddDataStoreLayerWizard
All Implemented Interfaces:
WizardGroup

public class AddDataStoreLayerWizard
extends AbstractWizardGroup


Constructor Summary
AddDataStoreLayerWizard(WorkbenchContext workbenchContext)
           
 
Method Summary
 java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddDataStoreLayerWizard

public AddDataStoreLayerWizard(WorkbenchContext workbenchContext)
Method Detail

getFirstId

public java.lang.String getFirstId()
Specified by:
getFirstId in interface WizardGroup
Overrides:
getFirstId in class AbstractWizardGroup

run

public void run(WizardDialog dialog,
                TaskMonitor monitor)

load

public static void load(Layer layer,
                        CoordinateSystemRegistry registry,
                        TaskMonitor monitor)
                 throws java.lang.Exception
Throws:
java.lang.Exception