org.eclipse.gmt.umlx.editor.domain
Class DeleteDomain
java.lang.Object
org.eclipse.gmt.umlx.editor.domain.DeleteDomain
public class DeleteDomain
- extends java.lang.Object
DeleteDomain manages a multi-object deletion, ensuring that a single
delete command is issued for each victim even though requests for victims to
propagate deletions to their dependents may provoke multiple requests.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteDomain
public DeleteDomain(IActiveEditDomain editDomain)
addVictim
public <T> void addVictim(T victim)
addVictims
public void addVictims(java.util.Collection<?> victims)
getCommand
public IAbstractCommand getCommand()
getEditDomain
public IActiveEditDomain getEditDomain()