Examples of mouseWheelScrolled()


Examples of org.eclipse.gef.Tool.mouseWheelScrolled()

    @Override
    public void mouseWheelScrolled(Event event, EditPartViewer viewer) {
      if (previousEditDomain != null) {
        Tool tool = previousEditDomain.getActiveTool();
        if (tool != null)
          tool.mouseWheelScrolled(event, viewer);
      }
    }
  }

  /**
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.