Uses of Interface
com.vividsolutions.jump.workbench.ui.plugin.WorkbenchContextReference
-
-
Uses of WorkbenchContextReference in com.vividsolutions.jump.workbench.ui.plugin.datastore
Classes in com.vividsolutions.jump.workbench.ui.plugin.datastore that implement WorkbenchContextReference Modifier and Type Class Description classDataStoreDataSourceAdapts the DataStore API to the DataSource API.classDataStoreQueryDataSourceImplements the DataSource interface in order to persist a query issued from RunDatastoreQueryPlugIn. -
Uses of WorkbenchContextReference in org.openjump.core.ui.plugin.datastore
Classes in org.openjump.core.ui.plugin.datastore that implement WorkbenchContextReference Modifier and Type Class Description classWritableDataStoreDataSourceExtension of DataBaseDataSource adding write capabilities. -
Uses of WorkbenchContextReference in org.openjump.core.ui.plugin.datastore.h2
Classes in org.openjump.core.ui.plugin.datastore.h2 that implement WorkbenchContextReference Modifier and Type Class Description classH2DataStoreDataSourceAWritableDataStoreDataSourcefor H2. -
Uses of WorkbenchContextReference in org.openjump.core.ui.plugin.datastore.postgis
Classes in org.openjump.core.ui.plugin.datastore.postgis that implement WorkbenchContextReference Modifier and Type Class Description classSaveToPostGISDataSourceAdd Write capabilities to DataStoreQueryDataSource for PostGIS table. -
Uses of WorkbenchContextReference in org.openjump.core.ui.plugin.datastore.postgis2
Classes in org.openjump.core.ui.plugin.datastore.postgis2 that implement WorkbenchContextReference Modifier and Type Class Description classPostGISDataStoreDataSourceAWritableDataStoreDataSourcefor PostGIS. -
Uses of WorkbenchContextReference in org.openjump.core.ui.plugin.datastore.transaction
Classes in org.openjump.core.ui.plugin.datastore.transaction that implement WorkbenchContextReference Modifier and Type Class Description classDataStoreTransactionManagerPlugInDataStoreTransactionManagerPlugIn is a ToolBox containing: a text area displaying uncommitted edits a commit button : to commit changes to the database an update button : to update changes from the database an inspect button : to inspect local evolutions not yet commitedclassTransactionManagerPanelPanel displaying current uncommitted edits and including the commit button.
-