| org.openwfe.gpe.model.commands.AddCommand
AddCommand | public class AddCommand extends Command (Code) | | AddCommand
This command adds a new child to a given parent
|
execute | public void execute()(Code) | | See Also: org.eclipse.gef.commands.Command.execute |
setChild | public void setChild(FlowElement newChild)(Code) | | Sets the child to the passed FlowElement
Parameters: subpart - the child |
setParent | public void setParent(CompositeOrOneChild newParent)(Code) | | Sets the parent to the passed StructuredActiivty
Parameters: newParent - the parent |
undo | public void undo()(Code) | | See Also: org.eclipse.gef.commands.Command.undo |
|
|