Package org.openbp.cockpit.modeler.tools

Examples of org.openbp.cockpit.modeler.tools.ModelerToolSupport


  private void initializeModeler()
  {
    workspaceView = new WorkspaceDrawingView(this);
    workspaceView.setDrawing(drawing);

    toolSupport = new ModelerToolSupport(this);
    StandardToolSupportSetup.setupToolSupport(toolSupport, true);

    clipboardSupport = new ClipboardSupport(workspaceView, getPluginResourceCollection(), false);

    undoMgr = new UndoMgr();
View Full Code Here


    // This is just temporary; will be reinitialized when calling setNode
    drawing = new ProcessDrawing(new ProcessItemImpl(), this);
    workspaceView.setDrawing(drawing);

    toolSupport = new ModelerToolSupport(this);
    StandardToolSupportSetup.setupToolSupport(toolSupport, false);

    scrollPane = new JScrollPane(workspaceView);
    getPluginComponent().add(scrollPane);
View Full Code Here

TOP

Related Classes of org.openbp.cockpit.modeler.tools.ModelerToolSupport

Copyright © 2018 www.massapicom. 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.