Uses of Interface
com.vividsolutions.jump.workbench.datasource.DataSourceQueryChooser
Packages that use DataSourceQueryChooser
Package
Description
The DataSourceQueryChooser API is used to provide a GUI for a
DataSource, enabling it to be part of the JUMP Workbench.
-
Uses of DataSourceQueryChooser in com.vividsolutions.jump.workbench.datasource
Classes in com.vividsolutions.jump.workbench.datasource that implement DataSourceQueryChooserModifier and TypeClassDescriptionclassUI for picking datasets stored in files.classUI for picking a file-based dataset to load.classUI for picking a file-based dataset to save.Methods in com.vividsolutions.jump.workbench.datasource that return DataSourceQueryChooserMethods in com.vividsolutions.jump.workbench.datasource that return types with arguments of type DataSourceQueryChooserModifier and TypeMethodDescriptionDataSourceQueryChooserManager.getLoadDataSourceQueryChoosers()DataSourceQueryChooserManager.getSaveDataSourceQueryChoosers()Methods in com.vividsolutions.jump.workbench.datasource with parameters of type DataSourceQueryChooserModifier and TypeMethodDescriptionDataSourceQueryChooserManager.addLoadDataSourceQueryChooser(DataSourceQueryChooser chooser) 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 DataSourceQueryChooserModifier and TypeClassDescriptionclassA 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 DataSourceQueryChooserModifier and TypeClassDescriptionclassA 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 DataSourceQueryChooserModifier and TypeClassDescriptionclassA 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 DataSourceQueryChooserModifierConstructorDescriptionDataSourceQueryChooserOpenWizard(WorkbenchContext workbenchContext, DataSourceQueryChooser chooser)