public class EcoreDiagnosticCache extends DiagnosticCache
DiagnosticCache
for ecore.DiagnosticCache.ValidationListener
Constructor and Description |
---|
EcoreDiagnosticCache(org.eclipse.emf.common.notify.Notifier input) |
Modifier and Type | Method and Description |
---|---|
protected void |
updateCache(org.eclipse.emf.ecore.EObject element,
DiagnosticCache cache)
UPdates the cache and notifies listeners that this was a potential structure change.
|
protected void |
updateCacheWithoutRefresh(org.eclipse.emf.ecore.EObject element,
DiagnosticCache cache)
Updates the cache and notifes listeners that this change was not a structure change.
|
createdCachedTreeNode, deregisterValidationListener, dispose, getDefaultValue, getObjects, getOwnValue, isInitializing, registerValidationListener, reinit, updateParentNode
clear, getCachedValue, getNodes, getRootValue, remove, update, updateNodeObject
public EcoreDiagnosticCache(org.eclipse.emf.common.notify.Notifier input)
input
- the inputprotected void updateCache(org.eclipse.emf.ecore.EObject element, DiagnosticCache cache)
DiagnosticCache
updateCache
in class DiagnosticCache
element
- the changed elementcache
- the cacheprotected void updateCacheWithoutRefresh(org.eclipse.emf.ecore.EObject element, DiagnosticCache cache)
DiagnosticCache
updateCacheWithoutRefresh
in class DiagnosticCache
element
- the elementcache
- the cacheCopyright © 2019. All rights reserved.