public abstract class AbstractNewLayerProvider extends Object implements NewLayerProvider
| Modifier and Type | Field and Description |
|---|---|
protected DataServerExplorer |
explorer |
protected String |
storeName |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNewLayerProvider(NewLayerService service) |
| Modifier and Type | Method and Description |
|---|---|
DataServerExplorer |
getExplorer() |
NewLayerService |
getService() |
String |
getStoreName() |
void |
setProviderServices(ProviderServices services) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeatureType, getNewStoreParameters, getOpenStoreParameters, getPanelsprotected DataServerExplorer explorer
protected String storeName
protected AbstractNewLayerProvider(NewLayerService service)
public NewLayerService getService()
getService in interface NewLayerProviderpublic DataServerExplorer getExplorer()
getExplorer in interface NewLayerProviderpublic String getStoreName()
getStoreName in interface NewLayerProviderpublic void setProviderServices(ProviderServices services)
setProviderServices in interface Provider