Package org.woped.editor.controller.vc

Examples of org.woped.editor.controller.vc.EditorVC.createElement()


        {
          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);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.