| org.openwfe.gpe.model.commands.OrphanChildCommand
OrphanChildCommand | public class OrphanChildCommand extends Command (Code) | | OrphanChildCommand
author: Daniel Lee |
execute | public void execute()(Code) | | See Also: org.eclipse.gef.commands.Command.execute |
setChild | public void setChild(FlowElement child)(Code) | | Sets the child to the passed FlowElement
Parameters: child - the child |
setParent | public void setParent(CompositeOrOneChild parent)(Code) | | Sets the parent to the passed CompositeOrOneChild
Parameters: parent - the parent |
undo | public void undo()(Code) | | See Also: org.eclipse.gef.commands.Command.undo |
|
|