public class ExporttoPostgreSQLProvider extends AbstractProvider implements ExporttoSwingProvider
Modifier and Type | Field and Description |
---|---|
protected FeatureStore |
featureStore |
protected JDBCConnectionPanel |
jdbcConnectionPanel |
protected IProjection |
projection |
protected SelectPkPanel |
selectPkPanel |
protected SelectTableNamePanel |
selectTableNamePanel |
Constructor and Description |
---|
ExporttoPostgreSQLProvider(ProviderServices providerServices,
FeatureStore featureStore,
IProjection projection)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExporttoService |
createExporttoService() |
String |
getExplorerName() |
ExporttoSwingProviderPanel |
getPanelAt(int index)
A
ExporttoSwingProvider are composed of a set of panels. |
int |
getPanelCount() |
String |
getStoreName() |
getProviderServices, setProviderServices
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
needsPanelTargetProjection, setTargetProjection
protected SelectTableNamePanel selectTableNamePanel
protected SelectPkPanel selectPkPanel
protected JDBCConnectionPanel jdbcConnectionPanel
protected FeatureStore featureStore
protected IProjection projection
public ExporttoPostgreSQLProvider(ProviderServices providerServices, FeatureStore featureStore, IProjection projection)
providerServices
- the services for the providerfile
- to get the Exporto frompublic String getStoreName()
public String getExplorerName()
public int getPanelCount()
getPanelCount
in interface ExporttoSwingProvider
public ExporttoSwingProviderPanel getPanelAt(int index)
ExporttoSwingProvider
ExporttoSwingProvider
are composed of a set of panels. This
method
is used to retrieve all these panels.getPanelAt
in interface ExporttoSwingProvider
index
- position of the panel to retrieve.public ExporttoService createExporttoService()
createExporttoService
in interface ExporttoSwingProvider
ExporttoService
that has been initialized this
the values typed in the panels returned by this service.