| org.openwfe.gpe.model.commands.CreateCommand
CreateCommand | public class CreateCommand extends Command (Code) | | author: christelle |
execute | public void execute()(Code) | | See Also: org.eclipse.gef.commands.Command.execute |
setChild | public void setChild(FlowElement activity)(Code) | | Sets the FlowElement to create
Parameters: activity - the FlowElement to create |
setIndex | public void setIndex(int i)(Code) | | Sets the index to the passed value
Parameters: i - the index |
undo | public void undo()(Code) | | See Also: org.eclipse.gef.commands.Command.undo |
|
|