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)