Uses of Class
com.vividsolutions.jump.workbench.ui.AbstractDriverPanel
-
-
Uses of AbstractDriverPanel in com.vividsolutions.jump.workbench.driver
Methods in com.vividsolutions.jump.workbench.driver that return AbstractDriverPanel Modifier and Type Method Description abstract AbstractDriverPanel
AbstractDriver. getPanel()
Deprecated.AbstractDriverPanel
AbstractInputDriver. getPanel()
Deprecated.AbstractDriverPanel
AbstractOutputDriver. getPanel()
Deprecated.AbstractDriverPanel
FMEFileInputDriver. getPanel()
AbstractDriverPanel
GMLFileInputDriver. getPanel()
AbstractDriverPanel
GMLFileOutputDriver. getPanel()
AbstractDriverPanel
JMLFileInputDriver. getPanel()
AbstractDriverPanel
ShapeFileInputDriver. getPanel()
AbstractDriverPanel
WKTFileInputDriver. getPanel()
-
Uses of AbstractDriverPanel in com.vividsolutions.jump.workbench.ui
Subclasses of AbstractDriverPanel in com.vividsolutions.jump.workbench.ui Modifier and Type Class Description class
BasicFileDriverPanel
Base for UI supporting File-based Driver.class
FMEFileDriverPanel
class
GMLFileDriverPanel
class
JMLFileDriverPanel
Fields in com.vividsolutions.jump.workbench.ui declared as AbstractDriverPanel Modifier and Type Field Description protected AbstractDriverPanel
DriverDialog. currentDriverPanel
-
Uses of AbstractDriverPanel in org.openjump.core.ui.plugin.datastore
Subclasses of AbstractDriverPanel in org.openjump.core.ui.plugin.datastore Modifier and Type Class Description class
DataStoreSaveDriverPanel
Panel containing user interface elements to save a layer into a DataStore. -
Uses of AbstractDriverPanel in org.openjump.core.ui.plugin.datastore.h2
Subclasses of AbstractDriverPanel 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 AbstractDriverPanel in org.openjump.core.ui.plugin.datastore.postgis
Subclasses of AbstractDriverPanel in org.openjump.core.ui.plugin.datastore.postgis Modifier and Type Class Description class
PostGISSaveDriverPanel
This class contains the user interface elements to save a layer into a PostGIS table. -
Uses of AbstractDriverPanel in org.openjump.core.ui.plugin.datastore.postgis2
Subclasses of AbstractDriverPanel 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.
-