org.eclipse.emf.ecp.view.internal.viewproxy.resolver
Class ProxyResolverViewService

java.lang.Object
  extended by org.eclipse.emf.ecp.view.internal.viewproxy.resolver.ProxyResolverViewService
All Implemented Interfaces:
ViewModelService

public class ProxyResolverViewService
extends Object
implements ViewModelService

ViewModelService which replaces all VViewProxy occurrences in the view model with its resolved contents.

Author:
jfaltermeier

Field Summary
static String VIEW_MODEL_ID
          Id for proxy view models.
 
Constructor Summary
ProxyResolverViewService()
           
 
Method Summary
 void dispose()
          Dispose.
 int getPriority()
          Returns the priority for this view service.
 void instantiate(ViewModelContext context)
          Instantiate the view service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_MODEL_ID

public static final String VIEW_MODEL_ID
Id for proxy view models.

See Also:
Constant Field Values
Constructor Detail

ProxyResolverViewService

public ProxyResolverViewService()
Method Detail

instantiate

public void instantiate(ViewModelContext context)
Instantiate the view service.

Specified by:
instantiate in interface ViewModelService
Parameters:
context - the ViewModelContext
See Also:
ViewModelService.instantiate(org.eclipse.emf.ecp.view.spi.context.ViewModelContext)

dispose

public void dispose()
Dispose.

Specified by:
dispose in interface ViewModelService
See Also:
ViewModelService.dispose()

getPriority

public int getPriority()
Returns the priority for this view service.

Specified by:
getPriority in interface ViewModelService
Returns:
the priority
See Also:
ViewModelService.getPriority()


Copyright © 2015. All Rights Reserved.