Uses of Class
org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel
-
Packages that use DataStoreSaveDriverPanel Package Description org.openjump.core.ui.plugin.datastore.h2 org.openjump.core.ui.plugin.datastore.postgis2 -
-
Uses of DataStoreSaveDriverPanel in org.openjump.core.ui.plugin.datastore.h2
Subclasses of DataStoreSaveDriverPanel in org.openjump.core.ui.plugin.datastore.h2 Modifier and Type Class Description class
H2SaveDriverPanel
Panel containing user interface elements to save a layer into a PostGIS table. -
Uses of DataStoreSaveDriverPanel in org.openjump.core.ui.plugin.datastore.postgis2
Subclasses of DataStoreSaveDriverPanel in org.openjump.core.ui.plugin.datastore.postgis2 Modifier and Type Class Description class
PostGISSaveDriverPanel
Panel containing user interface elements to save a layer into a PostGIS table.
-