Class Button


  • public class Button
    extends java.lang.Object
    Defines the constants for use with the mouse actions for the button to use and the wheel direction
    • Constructor Summary

      Constructors 
      Constructor Description
      Button()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LEFT

        public static int LEFT
      • MIDDLE

        public static int MIDDLE
      • RIGHT

        public static int RIGHT
      • WHEEL_UP

        public static int WHEEL_UP
      • WHEEL_DOWN

        public static int WHEEL_DOWN
    • Constructor Detail

      • Button

        public Button()