Package org.openbp.cockpit.modeler.tools

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


      tool.setToolHintMsg(ModelerGraphics.getMsg("msg.nodefixed"))// For node editor only
    }
    toolSupport.addToolDecisionTableEntry(tool, NodeFigure.class, InputState.CTRL);

    // CTRL Param -> reorder
    tool = new ParamReorderTracker(toolSupport);
    tool.setToolCursor(ModelerGraphics.moveParamCursor);
    tool.setToolHintMsg(ModelerGraphics.getMsg("msg.param"));
    toolSupport.addToolDecisionTableEntry(tool, ParamFigure.class, InputState.CTRL);

    if (! isModeler)
View Full Code Here

TOP

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

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.