org.eclipse.gmf.map.editor.part
Class GMFMapVisualIDRegistry

java.lang.Object
  extended by org.eclipse.gmf.map.editor.part.GMFMapVisualIDRegistry

public class GMFMapVisualIDRegistry
extends Object

This registry is used to determine which type of visual object should be created for the corresponding Diagram, Node, ChildNode or Link represented by a domain model object.

Generated

Constructor Summary
GMFMapVisualIDRegistry()
           
 
Method Summary
static int getDiagramVisualID(org.eclipse.emf.ecore.EObject domainElement)
           
static int getLinkWithClassVisualID(org.eclipse.emf.ecore.EObject domainElement)
           
static int getLinkWithClassVisualID(org.eclipse.emf.ecore.EObject domainElement, org.eclipse.emf.ecore.EClass domainElementMetaclass)
           
static String getModelID(org.eclipse.gmf.runtime.notation.View view)
           
static int getNodeVisualID(org.eclipse.gmf.runtime.notation.View containerView, org.eclipse.emf.ecore.EObject domainElement)
           
static int getNodeVisualID(org.eclipse.gmf.runtime.notation.View containerView, org.eclipse.emf.ecore.EObject domainElement, org.eclipse.emf.ecore.EClass domainElementMetaclass, String semanticHint)
           
static String getType(int visualID)
           
static int getVisualID(String type)
           
static int getVisualID(org.eclipse.gmf.runtime.notation.View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMFMapVisualIDRegistry

public GMFMapVisualIDRegistry()
Method Detail

getVisualID

public static int getVisualID(org.eclipse.gmf.runtime.notation.View view)
Generated

getModelID

public static String getModelID(org.eclipse.gmf.runtime.notation.View view)
Generated

getVisualID

public static int getVisualID(String type)
Generated

getType

public static String getType(int visualID)
Generated

getDiagramVisualID

public static int getDiagramVisualID(org.eclipse.emf.ecore.EObject domainElement)
Generated

getNodeVisualID

public static int getNodeVisualID(org.eclipse.gmf.runtime.notation.View containerView,
                                  org.eclipse.emf.ecore.EObject domainElement)
Generated

getNodeVisualID

public static int getNodeVisualID(org.eclipse.gmf.runtime.notation.View containerView,
                                  org.eclipse.emf.ecore.EObject domainElement,
                                  org.eclipse.emf.ecore.EClass domainElementMetaclass,
                                  String semanticHint)
Generated

getLinkWithClassVisualID

public static int getLinkWithClassVisualID(org.eclipse.emf.ecore.EObject domainElement)
Generated

getLinkWithClassVisualID

public static int getLinkWithClassVisualID(org.eclipse.emf.ecore.EObject domainElement,
                                           org.eclipse.emf.ecore.EClass domainElementMetaclass)
Generated


Copyright © 2012. All Rights Reserved.