public class EMFStoreDirtyDecoratorCachedTree.CachedDirtyStateTreeNode extends CachedTreeNode<Integer>
| Constructor and Description |
|---|
CachedDirtyStateTreeNode(Integer value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDisplayValue()
Returns the value that this node should represent.
|
void |
update()
Recomputes the cached value of this node.
|
getCache, getChildValue, getOwnValue, getParent, putIntoCache, removeFromCache, setChildValue, setOwnValue, setParent, valuespublic CachedDirtyStateTreeNode(Integer value)
value - the initial value for this entrypublic void update()
update in class CachedTreeNode<Integer>public Integer getDisplayValue()
CachedTreeNodegetDisplayValue in class CachedTreeNode<Integer>Copyright © 2018. All rights reserved.