| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.eclipse.emf.edit.command.CopyCommand.Helper
This helper class is used to keep track of copied objects and their associated copies.
| Field Summary | |
| protected int | deferredInitializationCount
|
| protected ArrayList | initializationList
|
| Constructor Summary | |
| CopyCommand.Helper()
| |
| Method Summary | |
| int | decrementDeferredInitializationCount()
|
| EObject | getCopy(EObject object)
Return the copy of the specified object if it has one. |
| EObject | getCopyTarget(EObject target,
boolean copyRequired)
Return the copy of the specified object or the object itself if it has no copy. |
| void | incrementDeferredInitializationCount()
|
| Iterator | initializationIterator()
|
| Object | put(Object key,
Object value)
|
| Object | remove(Object key)
|
| Methods inherited from class java.util.HashMap |
| clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, size, values |
| Methods inherited from class java.util.AbstractMap |
| equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
| finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
| equals, hashCode |
|
Field Detail |
protected ArrayList initializationList
protected int deferredInitializationCount
| Constructor Detail |
public CopyCommand.Helper()
| Method Detail |
public EObject getCopy(EObject object)
public EObject getCopyTarget(EObject target,
boolean copyRequired)
public Object put(Object key,
Object value)
public Object remove(Object key)
public Iterator initializationIterator()
public void incrementDeferredInitializationCount()
public int decrementDeferredInitializationCount()
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||