public class PersistTableStateServiceFactory extends Object implements EMFFormsViewServiceFactory<PersistTableStateService>
PersistTableStateServiceImpl
.Constructor and Description |
---|
PersistTableStateServiceFactory() |
Modifier and Type | Method and Description |
---|---|
PersistTableStateService |
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<PersistTableStateService> |
getType()
The type of the actual service provided by this provider.
|
public EMFFormsViewServicePolicy getPolicy()
EMFFormsViewServiceFactory
getPolicy
in interface EMFFormsViewServiceFactory<PersistTableStateService>
EMFFormsViewServicePolicy
describing when the service should be activatedpublic EMFFormsViewServiceScope getScope()
EMFFormsViewServiceFactory
getScope
in interface EMFFormsViewServiceFactory<PersistTableStateService>
EMFFormsViewServiceScope
describing where the service should be activatedpublic double getPriority()
EMFFormsViewServiceFactory
getPriority
in interface EMFFormsViewServiceFactory<PersistTableStateService>
public Class<PersistTableStateService> getType()
EMFFormsViewServiceFactory
getType
in interface EMFFormsViewServiceFactory<PersistTableStateService>
public PersistTableStateService createService(EMFFormsViewContext emfFormsViewContext)
EMFFormsViewServiceFactory
createService
in interface EMFFormsViewServiceFactory<PersistTableStateService>
emfFormsViewContext
- The EMFFormsViewContext
to use during the creation of the serviceCopyright © 2019. All rights reserved.