Modifier and Type | Class and Description |
---|---|
class |
EcoreDiagnosticCache
DiagnosticCache for ecore. |
Modifier and Type | Method and Description |
---|---|
protected DiagnosticCache |
EcoreEditor.createDiangosticCache(org.eclipse.emf.common.notify.Notifier input) |
Modifier and Type | Method and Description |
---|---|
protected void |
EcoreDiagnosticCache.updateCache(org.eclipse.emf.ecore.EObject element,
DiagnosticCache cache) |
protected void |
EcoreDiagnosticCache.updateCacheWithoutRefresh(org.eclipse.emf.ecore.EObject element,
DiagnosticCache cache) |
Constructor and Description |
---|
ECPValidationServiceLabelDecorator(org.eclipse.jface.viewers.TreeViewer viewer,
org.eclipse.emf.common.notify.Notifier input,
DiagnosticCache cache)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected DiagnosticCache |
GenericEditor.createDiangosticCache(org.eclipse.emf.common.notify.Notifier input)
Creates the diagnostic cache.
|
protected DiagnosticCache |
GenericEditor.getDiagnosticCache() |
Constructor and Description |
---|
ECPValidationLabelDecoratorProvider(org.eclipse.emf.common.notify.Notifier input,
DiagnosticCache cache)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DiagnosticCache.updateCache(org.eclipse.emf.ecore.EObject element,
DiagnosticCache cache)
UPdates the cache and notifies listeners that this was a potential structure change.
|
protected void |
DiagnosticCache.updateCacheWithoutRefresh(org.eclipse.emf.ecore.EObject element,
DiagnosticCache cache)
Updates the cache and notifes listeners that this change was not a structure change.
|
Copyright © 2016. All rights reserved.