Uses of Class
com.vividsolutions.jump.workbench.datastore.ConnectionDescriptor
Packages that use ConnectionDescriptor
Package
Description
-
Uses of ConnectionDescriptor in com.vividsolutions.jump.workbench.datastore
Methods in com.vividsolutions.jump.workbench.datastore that return types with arguments of type ConnectionDescriptorMethods in com.vividsolutions.jump.workbench.datastore with parameters of type ConnectionDescriptorModifier and TypeMethodDescriptionvoidConnectionManager.closeConnection(ConnectionDescriptor cd2remove) try to close the connection for the given connection descriptorvoidConnectionManager.Listener.connectionDescriptorAdded(ConnectionDescriptor connectionDescriptor) voidConnectionManager.Listener.connectionDescriptorRemoved(ConnectionDescriptor connectionDescriptor) voidConnectionManager.deleteConnectionDescriptor(ConnectionDescriptor connectionDescriptor) Removes the ConnectionDescriptor and closes its associated DataStoreConnection.ConnectionManager.getConnection(ConnectionDescriptor connectionDescriptor) ConnectionManager.getOpenConnection(ConnectionDescriptor connectionDescriptor) -
Uses of ConnectionDescriptor in com.vividsolutions.jump.workbench.model.cache
Constructors in com.vividsolutions.jump.workbench.model.cache with parameters of type ConnectionDescriptorModifierConstructorDescriptionDynamicFeatureCollection(ConnectionDescriptor connectionDescriptor, ConnectionManager connectionManager, FilterQuery spatialQuery) -
Uses of ConnectionDescriptor in com.vividsolutions.jump.workbench.ui.plugin.datastore
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return ConnectionDescriptorModifier and TypeMethodDescriptionConnectionDescriptorPanel.getConnectionDescriptor()ConnectionPanel.getConnectionDescriptor()Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return types with arguments of type ConnectionDescriptorMethods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type ConnectionDescriptorModifier and TypeMethodDescriptionstatic IconConnectionManagerPanel.getConnectionIcon(ConnectionDescriptor desc, boolean isClosed, WorkbenchContext context) Returns the icon corresponding to this @link DataStoreConnection and its state (closed or opened)PasswordPrompter.getOpenConnection(ConnectionManager connectionManager, ConnectionDescriptor connectionDescriptor, Component parentComponent) voidConnectionPanel.setConnectionDescriptor(ConnectionDescriptor cd) voidConnectionDescriptorPanel.setParameters(ConnectionDescriptor connDesc) Constructors in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type ConnectionDescriptorModifierConstructorDescriptionDataStoreDataSource(String datasetName, String geometryAttributeName, String whereClause, int maxFeatures, ConnectionDescriptor connectionDescriptor, boolean caching, WorkbenchContext context) DataStoreDataSource(String datasetName, String geometryAttributeName, String whereClause, ConnectionDescriptor connectionDescriptor, boolean caching, WorkbenchContext context) DataStoreQueryDataSource(String datasetName, String query, ConnectionDescriptor connectionDescriptor, WorkbenchContext context) -
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore that return ConnectionDescriptorMethods in org.openjump.core.ui.plugin.datastore with parameters of type ConnectionDescriptorModifier and TypeMethodDescriptionstatic WritableDataStoreDataSourceDataStoreDataSourceFactory.createWritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, boolean tableAlreadyCreated, String txManagerClass, WorkbenchContext context) voidDataStoreSaveDriverPanel.setConnectionDescriptor(ConnectionDescriptor cd) Constructors in org.openjump.core.ui.plugin.datastore with parameters of type ConnectionDescriptorModifierConstructorDescriptionWritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, String txManager, WorkbenchContext context) Constructor with mandatory parameters for a WritableDataStoreDataSource. -
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore.h2
Constructors in org.openjump.core.ui.plugin.datastore.h2 with parameters of type ConnectionDescriptorModifierConstructorDescriptionH2DataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String identifierAttributeName, String txManagerClass, WorkbenchContext context) -
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore.postgis
Methods in org.openjump.core.ui.plugin.datastore.postgis that return ConnectionDescriptorConstructors in org.openjump.core.ui.plugin.datastore.postgis with parameters of type ConnectionDescriptorModifierConstructorDescriptionSaveToPostGISDataSource(String tableName, String geometryColumnName, ConnectionDescriptor connectionDescriptor, WorkbenchContext context) -
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore.postgis2
Constructors in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type ConnectionDescriptorModifierConstructorDescriptionPostGISDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String identifierAttributeName, String txManagerClass, WorkbenchContext context)