tool = new ZoomTool(toolSupport);
tool.setToolCursor(ModelerGraphics.zoomCursor);
toolSupport.addToolDecisionTableEntry(tool, ProcessDrawing.class, InputState.ALT | InputState.CTRL | InputState.HOVER);
tool = new ScrollTool(toolSupport);
tool.setToolCursor(ModelerGraphics.handScrollCursor);
toolSupport.addToolDecisionTableEntry(tool, ProcessDrawing.class, InputState.ALT | InputState.HOVER);
tool = new XHandleTracker(toolSupport);
tool.setToolCursor(ModelerGraphics.moveSplineHandleCursor);