public class DefaultLocaleViewService extends Object implements ViewLocaleService
ViewModelService which provides the default locale.| Constructor and Description |
|---|
DefaultLocaleViewService() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose.
|
Locale |
getLocale()
The current locale of the view.
|
int |
getPriority()
Returns the priority for this view service.
|
void |
instantiate(ViewModelContext context)
Instantiate the view service.
|
public void instantiate(ViewModelContext context)
instantiate in interface ViewModelServicecontext - the ViewModelContextViewModelService.instantiate(org.eclipse.emf.ecp.view.spi.context.ViewModelContext)public void dispose()
dispose in interface ViewModelServiceViewModelService.dispose()public int getPriority()
getPriority in interface ViewModelServiceViewModelService.getPriority()public Locale getLocale()
getLocale in interface ViewLocaleServiceViewLocaleService.getLocale()Copyright © 2017. All rights reserved.