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 classFileDataSourceQueryChooserUI for picking datasets stored in files.classLoadFileDataSourceQueryChooserUI for picking a file-based dataset to load.classSaveFileDataSourceQueryChooserUI for picking a file-based dataset to save.Methods in com.vividsolutions.jump.workbench.datasource that return DataSourceQueryChooser Modifier and Type Method Description DataSourceQueryChooserDataSourceQueryChooserDialog. 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 DataSourceQueryChooserManagerDataSourceQueryChooserManager. addLoadDataSourceQueryChooser(DataSourceQueryChooser chooser)DataSourceQueryChooserManagerDataSourceQueryChooserManager. 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 classH2SaveDataSourceQueryChooserA 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 classPostGISSaveDataSourceQueryChooserA 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 classPostGISSaveDataSourceQueryChooserA 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)
-