Uses of Interface
com.vividsolutions.jump.workbench.ui.plugin.WorkbenchContextReference
Packages that use WorkbenchContextReference
Package
Description
-
Uses of WorkbenchContextReference in com.vividsolutions.jump.workbench.ui.plugin.datastore
Classes in com.vividsolutions.jump.workbench.ui.plugin.datastore that implement WorkbenchContextReferenceModifier and TypeClassDescriptionclassAdapts the DataStore API to the DataSource API.classImplements 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 WorkbenchContextReferenceModifier and TypeClassDescriptionclassExtension 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 -
Uses of WorkbenchContextReference in org.openjump.core.ui.plugin.datastore.postgis
Classes in org.openjump.core.ui.plugin.datastore.postgis that implement WorkbenchContextReferenceModifier and TypeClassDescriptionclassAdd 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 -
Uses of WorkbenchContextReference in org.openjump.core.ui.plugin.datastore.transaction
Classes in org.openjump.core.ui.plugin.datastore.transaction that implement WorkbenchContextReferenceModifier and TypeClassDescriptionclassDataStoreTransactionManagerPlugIn 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 commitedclassPanel displaying current uncommitted edits and including the commit button.