private static class SharedVariableManager.BufferRegistry extends SharedVariableManager.PersistentRegistry
objects| Constructor and Description |
|---|
BufferRegistry()
Default c'tor.
|
| Modifier and Type | Method and Description |
|---|---|
protected SharedVariableManager.PersistentRegistry |
clone()
Clone this instance.
|
void |
collectUndoables(java.util.IdentityHashMap<LazyUndoable,java.lang.Object> removed,
java.lang.Object o)
Collect the undoables for this resource in the specified map.
|
acceptpublic BufferRegistry()
public void collectUndoables(java.util.IdentityHashMap<LazyUndoable,java.lang.Object> removed, java.lang.Object o)
collectUndoables in class SharedVariableManager.PersistentRegistryremoved - The map where to add the undoables.o - The original object.protected SharedVariableManager.PersistentRegistry clone()
clone in class SharedVariableManager.PersistentRegistry