org.eclipse.emf.ecp.view.internal.unset
Class UnsetService

java.lang.Object
  extended by org.eclipse.emf.ecp.view.internal.unset.UnsetService
All Implemented Interfaces:
ViewModelService

public class UnsetService
extends Object
implements ViewModelService

Unset service that, once instantiated, synchronizes the visible state of a view and its children with the affected EStructuralFeature(s), i.e. setting/unsetting the value(s).

Author:
jfaltermeier

Constructor Summary
UnsetService()
          Default constructor for the unset service.
 
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
 

Constructor Detail

UnsetService

public UnsetService()
Default constructor for the unset service.

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.