Modifier and Type | Method and Description |
---|---|
protected abstract CachedTreeNode<T> |
AbstractCachedTree.createdCachedTreeNode(T value)
Creates a cached tree node.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Object,CachedTreeNode<T>> |
AbstractCachedTree.getNodes()
Gets the Nodes of the cached tree containing necessary information.
|
Modifier and Type | Class and Description |
---|---|
class |
EMFStoreDirtyDecoratorCachedTree.CachedDirtyStateTreeNode
Cached tree node that stores the dirty state of a model element managed by EMFStore.
|
Modifier and Type | Method and Description |
---|---|
CachedTreeNode<Integer> |
EMFStoreDirtyDecoratorCachedTree.createdCachedTreeNode(Integer t)
Creates a cached tree node.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationService.CachedSeverityTreeNode
Tree node that caches the severity of its children.
|
Modifier and Type | Method and Description |
---|---|
CachedTreeNode<org.eclipse.emf.common.util.Diagnostic> |
ValidationService.createdCachedTreeNode(org.eclipse.emf.common.util.Diagnostic diagnostic)
Creates a cached tree node.
|
Modifier and Type | Method and Description |
---|---|
protected CachedTreeNode<org.eclipse.emf.common.util.Diagnostic> |
DiagnosticCache.createdCachedTreeNode(org.eclipse.emf.common.util.Diagnostic value) |
Copyright © 2016. All rights reserved.