|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.spi.model.util.ViewModelUtil
public final class ViewModelUtil
This Util class provides common methods used often when working with the view model.
Method Summary | |
---|---|
static boolean |
isDebugMode()
Whether EMF Forms has been started with the debug flag -debugEMFForms . |
static void |
resolveDomainReferences(org.eclipse.emf.ecore.EObject renderable,
org.eclipse.emf.ecore.EObject domainModelRoot)
Resolves all VDomainModelReferences which are
contained under the provided
renderable using the provided domain model. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void resolveDomainReferences(org.eclipse.emf.ecore.EObject renderable, org.eclipse.emf.ecore.EObject domainModelRoot)
VDomainModelReferences
which are
contained under the provided
renderable using the provided domain model.
renderable
- the renderable to analyze for VDomainModelReferences
domainModelRoot
- the domain model to use for resolvingpublic static boolean isDebugMode()
-debugEMFForms
.
true
if EMF Forms has been started with the debug flag, false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |