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 class
DataStoreDataSource
Adapts the DataStore API to the DataSource API.class
DataStoreQueryDataSource
Implements 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 class
WritableDataStoreDataSource
Extension 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 class
H2DataStoreDataSource
AWritableDataStoreDataSource
for 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 class
SaveToPostGISDataSource
Add 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 class
PostGISDataStoreDataSource
AWritableDataStoreDataSource
for 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 class
DataStoreTransactionManagerPlugIn
DataStoreTransactionManagerPlugIn 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 commitedclass
TransactionManagerPanel
Panel displaying current uncommitted edits and including the commit button.
-