Package org.openbp.cockpit.modeler.tools

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


    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);
View Full Code Here

TOP

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

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.