toolSupport.addToolDecisionTableEntry(tool, SocketFigure.class, InputState.CTRL);
if (isModeler)
{
// Socket -> connect
tool = new FlowConnectionTool(toolSupport);
tool.setToolCursor(ModelerGraphics.createControlLinkCursor);
tool.setToolHintMsg(ModelerGraphics.getMsg("msg.socket"));
toolSupport.addToolDecisionTableEntry(tool, SocketFigure.class, 0);
}
else