Class VScrollBubble

java.lang.Object
com.diffplug.common.swt.VScrollBubble

public class VScrollBubble extends Object
Bubbles vertical scroll events up to a parent container, so that you don't get stuck. Doesn't work great on mac due to rubber-banding.
  • Constructor Details

    • VScrollBubble

      public VScrollBubble()
  • Method Details

    • applyTo

      public static void applyTo(Display display)
      Applies the necessary display filter, don't worry about calling it more than once.