public class ProxyResolverViewService extends Object implements ViewModelService
ViewModelService
which replaces all VViewProxy
occurrences in the view model with its resolved
contents.Modifier and Type | Field and Description |
---|---|
static String |
VIEW_MODEL_ID
Id for proxy view models.
|
Constructor and Description |
---|
ProxyResolverViewService() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose.
|
int |
getPriority()
Returns the priority for this view service.
|
void |
instantiate(ViewModelContext context)
Instantiate the view service.
|
public static final String VIEW_MODEL_ID
public void instantiate(ViewModelContext context)
instantiate
in interface ViewModelService
context
- the ViewModelContext
ViewModelService.instantiate(org.eclipse.emf.ecp.view.spi.context.ViewModelContext)
public void dispose()
dispose
in interface ViewModelService
ViewModelService.dispose()
public int getPriority()
getPriority
in interface ViewModelService
ViewModelService.getPriority()
Copyright © 2017. All rights reserved.