| org.openwfe.gpe.model.commands.DeleteCommand
DeleteCommand | public class DeleteCommand extends Command (Code) | | Handles the deletion of Activities.
author: Daniel Lee |
execute | public void execute()(Code) | | See Also: org.eclipse.gef.commands.Command.execute |
primExecute | protected void primExecute()(Code) | | Invokes the execution of this command.
|
redo | public void redo()(Code) | | See Also: org.eclipse.gef.commands.Command.redo |
setChild | public void setChild(FlowElement a)(Code) | | Sets the child to the passed FlowElement
Parameters: a - the child |
setParent | public void setParent(CompositeOrOneChild sa)(Code) | | Sets the parent to the passed CompositeOrOneChild
Parameters: sa - the parent |
undo | public void undo()(Code) | | See Also: org.eclipse.gef.commands.Command.undo |
|
|