|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.edit.command.AbstractOverrideableCommand
org.eclipse.emf.edit.command.RemoveCommand
org.metaabm.commands.RemoveActTargetsCommand
public class RemoveActTargetsCommand
Cleans up Acts by removing any targets with no other sources.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand |
---|
org.eclipse.emf.common.command.AbstractCommand.NonDirtying |
Field Summary |
---|
Fields inherited from class org.eclipse.emf.edit.command.RemoveCommand |
---|
affectedObjects, collection, DESCRIPTION, DESCRIPTION_FOR_LIST, feature, indices, LABEL, owner, ownerList |
Fields inherited from class org.eclipse.emf.edit.command.AbstractOverrideableCommand |
---|
domain, overrideCommand |
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand |
---|
description, isExecutable, isPrepared, label |
Constructor Summary | |
---|---|
RemoveActTargetsCommand(org.eclipse.emf.edit.domain.EditingDomain domain,
org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature,
java.util.Collection<?> collection)
|
Method Summary | |
---|---|
boolean |
doCanExecute()
|
void |
doExecute()
|
void |
doRedo()
|
void |
doUndo()
|
Methods inherited from class org.eclipse.emf.edit.command.RemoveCommand |
---|
contains, containsExact, create, create, create, create, doGetAffectedObjects, doGetResult, getCollection, getFeature, getIndices, getOwner, getOwnerList, merge, prepare, removeExact, toString |
Methods inherited from class org.eclipse.emf.edit.command.AbstractOverrideableCommand |
---|
canExecute, canUndo, dispose, doCanUndo, doDispose, doGetChildrenToCopy, doGetDescription, doGetLabel, execute, getAffectedObjects, getChildrenToCopy, getDescription, getDomain, getLabel, getOverride, getOwnerList, getResult, redo, setOverride, undo, updateEMap |
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand |
---|
chain, setDescription, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.common.command.Command |
---|
chain |
Constructor Detail |
---|
public RemoveActTargetsCommand(org.eclipse.emf.edit.domain.EditingDomain domain, org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, java.util.Collection<?> collection)
Method Detail |
---|
public boolean doCanExecute()
doCanExecute
in interface org.eclipse.emf.edit.command.OverrideableCommand
doCanExecute
in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
public void doExecute()
doExecute
in interface org.eclipse.emf.edit.command.OverrideableCommand
doExecute
in class org.eclipse.emf.edit.command.RemoveCommand
public void doRedo()
doRedo
in interface org.eclipse.emf.edit.command.OverrideableCommand
doRedo
in class org.eclipse.emf.edit.command.RemoveCommand
public void doUndo()
doUndo
in interface org.eclipse.emf.edit.command.OverrideableCommand
doUndo
in class org.eclipse.emf.edit.command.RemoveCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |