Class Lwt


  • public class Lwt
    extends Object
    Various constants and utilities container.
    • Field Detail

      • LEFT_BUTTON

        public static final int LEFT_BUTTON
        Indicates left mouse button in SWT.MOUSE_DOWN/UP events. Believe me or not, but it's missing from SWT, SWT has only masked buttons like SWT.BUTTON1, which are not that convenient.
        See Also:
        Constant Field Values
      • RIGHT_BUTTON

        public static final int RIGHT_BUTTON
        Indicates right mouse button in SWT.MOUSE_DOWN/UP events.
        See Also:
        Constant Field Values