org.eclipse.gmf.runtime.lite.edit.parts.update.canonical
Class EditPartRegistryBasedViewService
java.lang.Object
org.eclipse.gmf.runtime.lite.edit.parts.update.canonical.DelegatingViewService
org.eclipse.gmf.runtime.lite.edit.parts.update.canonical.EditPartRegistryBasedViewService
- All Implemented Interfaces:
- IViewService
public class EditPartRegistryBasedViewService
- extends DelegatingViewService
Implementation of IViewService
that uses EditPartRegistry to match views with domain elements.
In order for this service to work correctly, edit parts must register themselves against domain elements in AbstractEditPart.registerModel()
method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditPartRegistryBasedViewService
public EditPartRegistryBasedViewService(org.eclipse.gef.EditPartViewer viewer)
Copyright © 2012. All Rights Reserved.