{
editor.deleteCell(((TransitionModel) cell).getToolSpecific().getTrigger(), true);
}
break;
case AbstractViewEvent.ADD_SUBPROCESS:
editor.createElement(AbstractPetriNetElementModel.SUBP_TYPE, -1, editor.getLastMousePosition(), false);
break;
case AbstractViewEvent.ROUTING_ACTIVE:
cell = editor.getGraph().getSelectionCell();
((ArcModel) cell).setRoute(true);
editor.getGraph().connect(((ArcModel) cell), true);