public class DeleteServiceFactoryImpl extends Object implements EMFFormsViewServiceFactory<DeleteService>
EMFDeleteServiceImpl
.Constructor and Description |
---|
DeleteServiceFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
DeleteService |
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<DeleteService> |
getType()
The type of the actual service provided by this provider.
|
public EMFFormsViewServicePolicy getPolicy()
getPolicy
in interface EMFFormsViewServiceFactory<DeleteService>
EMFFormsViewServicePolicy
describing when the service should be activatedEMFFormsViewServiceFactory.getPolicy()
public EMFFormsViewServiceScope getScope()
getScope
in interface EMFFormsViewServiceFactory<DeleteService>
EMFFormsViewServiceScope
describing where the service should be activatedEMFFormsViewServiceFactory.getScope()
public double getPriority()
getPriority
in interface EMFFormsViewServiceFactory<DeleteService>
EMFFormsViewServiceFactory.getPriority()
public Class<DeleteService> getType()
getType
in interface EMFFormsViewServiceFactory<DeleteService>
EMFFormsViewServiceFactory.getType()
public DeleteService createService(EMFFormsViewContext emfFormsViewContext)
createService
in interface EMFFormsViewServiceFactory<DeleteService>
emfFormsViewContext
- The EMFFormsViewContext
to use during the creation of the serviceEMFFormsViewServiceFactory.createService(org.eclipse.emfforms.spi.core.services.view.EMFFormsViewContext)
Copyright © 2019. All rights reserved.