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