Class DragUtils


  • public class DragUtils
    extends Object
    Helper methods for DragManager. Most methods which perform simple operations and do not mutate DragManager's state should be placed here. This simplifies the DragManager code so that it only contains high level drag control methods (what to do when the drag starts, ends, the user moves the mouse, etc...).
    Author:
    ulman
    • Constructor Detail

      • DragUtils

        public DragUtils()