Uses of Interface
com.vividsolutions.jump.workbench.datasource.DataSourceQueryChooser
-
Packages that use DataSourceQueryChooser Package Description com.vividsolutions.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench.org.openjump.core.ui.plugin.datastore.h2 org.openjump.core.ui.plugin.datastore.postgis org.openjump.core.ui.plugin.datastore.postgis2 org.openjump.core.ui.plugin.file -
-
Uses of DataSourceQueryChooser in com.vividsolutions.jump.workbench.datasource
Classes in com.vividsolutions.jump.workbench.datasource that implement DataSourceQueryChooser Modifier and Type Class Description class
FileDataSourceQueryChooser
UI for picking datasets stored in files.class
LoadFileDataSourceQueryChooser
UI for picking a file-based dataset to load.class
SaveFileDataSourceQueryChooser
UI for picking a file-based dataset to save.Methods in com.vividsolutions.jump.workbench.datasource that return DataSourceQueryChooser Modifier and Type Method Description DataSourceQueryChooser
DataSourceQueryChooserDialog. getCurrentChooser()
Methods in com.vividsolutions.jump.workbench.datasource that return types with arguments of type DataSourceQueryChooser Modifier and Type Method Description List<DataSourceQueryChooser>
DataSourceQueryChooserManager. getLoadDataSourceQueryChoosers()
List<DataSourceQueryChooser>
DataSourceQueryChooserManager. getSaveDataSourceQueryChoosers()
Methods in com.vividsolutions.jump.workbench.datasource with parameters of type DataSourceQueryChooser Modifier and Type Method Description DataSourceQueryChooserManager
DataSourceQueryChooserManager. addLoadDataSourceQueryChooser(DataSourceQueryChooser chooser)
DataSourceQueryChooserManager
DataSourceQueryChooserManager. addSaveDataSourceQueryChooser(DataSourceQueryChooser chooser)
-
Uses of DataSourceQueryChooser in org.openjump.core.ui.plugin.datastore.h2
Classes in org.openjump.core.ui.plugin.datastore.h2 that implement DataSourceQueryChooser Modifier and Type Class Description class
H2SaveDataSourceQueryChooser
A DataSourceQueryChooser to write to a PostGIS DataSource. -
Uses of DataSourceQueryChooser in org.openjump.core.ui.plugin.datastore.postgis
Classes in org.openjump.core.ui.plugin.datastore.postgis that implement DataSourceQueryChooser Modifier and Type Class Description class
PostGISSaveDataSourceQueryChooser
A DataSourceQueryChooser for writing to a PostGIS data source. -
Uses of DataSourceQueryChooser in org.openjump.core.ui.plugin.datastore.postgis2
Classes in org.openjump.core.ui.plugin.datastore.postgis2 that implement DataSourceQueryChooser Modifier and Type Class Description class
PostGISSaveDataSourceQueryChooser
A DataSourceQueryChooser to write to a PostGIS DataSource. -
Uses of DataSourceQueryChooser in org.openjump.core.ui.plugin.file
Constructors in org.openjump.core.ui.plugin.file with parameters of type DataSourceQueryChooser Constructor Description DataSourceQueryChooserOpenWizard(WorkbenchContext workbenchContext, DataSourceQueryChooser chooser)
-