org.eclipse.gmf.runtime.lite.edit.parts.update.canonical
Class NaiveViewService

java.lang.Object
  extended by org.eclipse.gmf.runtime.lite.edit.parts.update.canonical.DelegatingViewService
      extended by org.eclipse.gmf.runtime.lite.edit.parts.update.canonical.NaiveViewService
All Implemented Interfaces:
IViewService

public class NaiveViewService
extends DelegatingViewService

Implementation of IViewService that does not use any information to match views with domain elements.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.gmf.runtime.lite.edit.parts.update.canonical.DelegatingViewService
DelegatingViewService.IExactMatchFinder
 
Constructor Summary
NaiveViewService(org.eclipse.gmf.runtime.notation.Diagram diagram)
           
 
Method Summary
 
Methods inherited from class org.eclipse.gmf.runtime.lite.edit.parts.update.canonical.DelegatingViewService
findView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NaiveViewService

public NaiveViewService(org.eclipse.gmf.runtime.notation.Diagram diagram)


Copyright © 2012. All Rights Reserved.