public class ExporttoGenericProvider extends AbstractProvider implements ExporttoSwingProvider
| Constructor and Description |
|---|
ExporttoGenericProvider(ProviderServices providerServices,
FeatureStore featureStore,
IProjection projection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExporttoService |
createExporttoService() |
DataServerExplorer |
getDataServerExplorer() |
ExporttoSwingProviderPanel |
getPanelAt(int index)
A
ExporttoSwingProvider are composed of a set of panels. |
int |
getPanelCount() |
void |
setDataServerExplorerParameters(DataServerExplorerParameters dataServerExplorerParameters) |
void |
setDataServerExplorerSelected(java.lang.String explorerName) |
void |
setDataStoreSelected(java.lang.String storeName) |
getProviderServices, setProviderServicesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsPanelTargetProjection, setTargetProjectionpublic ExporttoGenericProvider(ProviderServices providerServices, FeatureStore featureStore, IProjection projection)
providerServices - the services for the providerfile - to get the Exporto frompublic int getPanelCount()
getPanelCount in interface ExporttoSwingProviderpublic ExporttoSwingProviderPanel getPanelAt(int index)
ExporttoSwingProviderExporttoSwingProvider are composed of a set of panels. This
method
is used to retrieve all these panels.getPanelAt in interface ExporttoSwingProviderindex - position of the panel to retrieve.public void setDataServerExplorerSelected(java.lang.String explorerName)
throws ExporttoPanelValidationException
ExporttoPanelValidationExceptionpublic void setDataServerExplorerParameters(DataServerExplorerParameters dataServerExplorerParameters) throws ExporttoPanelValidationException
ExporttoPanelValidationExceptionpublic DataServerExplorer getDataServerExplorer()
public void setDataStoreSelected(java.lang.String storeName)
throws ExporttoPanelValidationException
ExporttoPanelValidationExceptionpublic ExporttoService createExporttoService()
createExporttoService in interface ExporttoSwingProviderExporttoService that has been initialized this
the values typed in the panels returned by this service.