public class DefaultSelectionProviderServiceFactory extends Object implements EMFFormsViewServiceFactory<ECPSelectionProviderService>
ECPSelectionProviderService implementation.| Constructor and Description |
|---|
DefaultSelectionProviderServiceFactory()
Initializes me.
|
| Modifier and Type | Method and Description |
|---|---|
ECPSelectionProviderService |
createService(EMFFormsViewContext emfFormsViewContext)
Creates a new instance of the provided service.
|
EMFFormsViewServicePolicy |
getPolicy()
Defines when the service should be activated.
|
double |
getPriority()
The priority of the service.
|
EMFFormsViewServiceScope |
getScope()
Defines where the service should be activated.
|
Class<ECPSelectionProviderService> |
getType()
The type of the actual service provided by this provider.
|
public DefaultSelectionProviderServiceFactory()
public EMFFormsViewServicePolicy getPolicy()
EMFFormsViewServiceFactorygetPolicy in interface EMFFormsViewServiceFactory<ECPSelectionProviderService>EMFFormsViewServicePolicy describing when the service should be activatedpublic EMFFormsViewServiceScope getScope()
EMFFormsViewServiceFactorygetScope in interface EMFFormsViewServiceFactory<ECPSelectionProviderService>EMFFormsViewServiceScope describing where the service should be activatedpublic double getPriority()
EMFFormsViewServiceFactorygetPriority in interface EMFFormsViewServiceFactory<ECPSelectionProviderService>public Class<ECPSelectionProviderService> getType()
EMFFormsViewServiceFactorygetType in interface EMFFormsViewServiceFactory<ECPSelectionProviderService>public ECPSelectionProviderService createService(EMFFormsViewContext emfFormsViewContext)
EMFFormsViewServiceFactorycreateService in interface EMFFormsViewServiceFactory<ECPSelectionProviderService>emfFormsViewContext - The EMFFormsViewContext to use during the creation of the serviceCopyright © 2019. All rights reserved.