Class AddWritableDataStoreLayerWizard
java.lang.Object
org.openjump.core.ui.swing.wizard.AbstractWizardGroup
org.openjump.core.ui.plugin.datastore.AddWritableDataStoreLayerWizard
- All Implemented Interfaces:
WizardGroup
Add a wizard to the Open dialog to open database connections with read/write capability.
-
Constructor Summary
ConstructorsConstructorDescriptionAddWritableDataStoreLayerWizard(WorkbenchContext workbenchContext, String txManagerName) AddWritableDataStoreLayerWizard(String name, ImageIcon icon, WorkbenchContext workbenchContext, String txManagerName) -
Method Summary
Modifier and TypeMethodDescriptionprotected LayercreateLayer(AddWritableDataStoreLayerPanel panel, TaskMonitor monitor) static voidload(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor) voidrun(WizardDialog dialog, TaskMonitor monitor) Methods inherited from class AbstractWizardGroup
addPanel, addPanel, getIcon, getName, getPanels, initialize, removeAllPanels, removePanel
-
Constructor Details
-
AddWritableDataStoreLayerWizard
public AddWritableDataStoreLayerWizard(String name, ImageIcon icon, WorkbenchContext workbenchContext, String txManagerName) -
AddWritableDataStoreLayerWizard
-
-
Method Details
-
getFirstId
- Specified by:
getFirstIdin interfaceWizardGroup- Overrides:
getFirstIdin classAbstractWizardGroup
-
run
- Throws:
Exception
-
createLayer
protected Layer createLayer(AddWritableDataStoreLayerPanel panel, TaskMonitor monitor) throws Exception - Throws:
Exception
-
load
public static void load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor) throws Exception - Throws:
Exception
-