net.jhid.core.devices
Class ButtonId

java.lang.Object
  extended bynet.jhid.core.devices.ButtonId

public class ButtonId
extends java.lang.Object

An enumeration of button identifiers.


Field Summary
static ButtonId MOUSE_LEFT
           
static ButtonId MOUSE_MIDDLE
           
static ButtonId MOUSE_RIGHT
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the button
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOUSE_LEFT

public static ButtonId MOUSE_LEFT

MOUSE_RIGHT

public static ButtonId MOUSE_RIGHT

MOUSE_MIDDLE

public static ButtonId MOUSE_MIDDLE
Method Detail

getName

public java.lang.String getName()
Returns the name of the button