org.jmol.api
Class Event
java.lang.Object
org.jmol.api.Event
public class Event
- extends java.lang.Object
Constructor Summary |
Event()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHIFT_MASK
public static final int SHIFT_MASK
- See Also:
- Constant Field Values
ALT_MASK
public static final int ALT_MASK
- See Also:
- Constant Field Values
CTRL_MASK
public static final int CTRL_MASK
- See Also:
- Constant Field Values
META_MASK
public static final int META_MASK
- See Also:
- Constant Field Values
VK_SHIFT
public static final int VK_SHIFT
- See Also:
- Constant Field Values
VK_ALT
public static final int VK_ALT
- See Also:
- Constant Field Values
VK_CONTROL
public static final int VK_CONTROL
- See Also:
- Constant Field Values
VK_LEFT
public static final int VK_LEFT
- See Also:
- Constant Field Values
VK_RIGHT
public static final int VK_RIGHT
- See Also:
- Constant Field Values
VK_PERIOD
public static final int VK_PERIOD
- See Also:
- Constant Field Values
VK_SPACE
public static final int VK_SPACE
- See Also:
- Constant Field Values
VK_DOWN
public static final int VK_DOWN
- See Also:
- Constant Field Values
VK_UP
public static final int VK_UP
- See Also:
- Constant Field Values
Event
public Event()