ucar.visad.display
Class EventMap

java.lang.Object
  extended by ucar.visad.display.EventMap

public abstract class EventMap
extends Object

A class to hold event mappings for keys and mouse movements

Version:
$Revision: 1.4 $
Author:
IDV Development Team

Field Summary
static int CTRL_MASK
          Identifier for ctrl mask
static int[][] GEARTH_KEYBOARD_FUNCTIONS
          Google Earth keyboard functions
static int[][][] GEARTH_MOUSE_FUNCTIONS
          Google Earth mouse functions
static int[][] GEARTH_WHEEL_FUNCTIONS
          IDV wheel functions
static int[][] IDV_KEYBOARD_FUNCTIONS
          IDV keyboard functions
static int[][][] IDV_MOUSE_FUNCTIONS
          The default mouse behavior (IDV mouse functions)
static int[][] IDV_WHEEL_FUNCTIONS
          IDV wheel functions
static String[] KEY_FUNCTION_NAMES
          Key function names
static int[] KEY_FUNCTION_VALUES
          Key function values
static String[] MOUSE_FUNCTION_NAMES
          Mouse function names
static int[] MOUSE_FUNCTION_VALUES
          Mouse function values
static int NO_MASK
          Identifier for no mask
static int SHIFT_MASK
          Identifier for shift mask
static int[][][] VISAD_MOUSE_FUNCTIONS
          VisAD mouse functions
static String[] WHEEL_FUNCTION_NAMES
          Mouse wheel function names
static int[] WHEEL_FUNCTION_VALUES
          Mouse wheel function values
static int WHEEL_NONE
          Identifier for the mouse wheel
static int WHEEL_ROTATEX
          Identifier for mouse wheel rotate X
static int WHEEL_ROTATEY
          Identifier for mouse wheel rotate Y
static int WHEEL_ROTATEZ
          Identifier for mouse wheel rotate Z
static int WHEEL_ZOOMIN
          Identifier for wheel zoom in
static int WHEEL_ZOOMOUT
          Identifier for wheel zoom out
 
Constructor Summary
EventMap()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOUSE_FUNCTION_VALUES

public static final int[] MOUSE_FUNCTION_VALUES
Mouse function values


MOUSE_FUNCTION_NAMES

public static final String[] MOUSE_FUNCTION_NAMES
Mouse function names


KEY_FUNCTION_VALUES

public static final int[] KEY_FUNCTION_VALUES
Key function values


KEY_FUNCTION_NAMES

public static final String[] KEY_FUNCTION_NAMES
Key function names


NO_MASK

public static int NO_MASK
Identifier for no mask


CTRL_MASK

public static int CTRL_MASK
Identifier for ctrl mask


SHIFT_MASK

public static int SHIFT_MASK
Identifier for shift mask


IDV_KEYBOARD_FUNCTIONS

public static final int[][] IDV_KEYBOARD_FUNCTIONS
IDV keyboard functions


GEARTH_KEYBOARD_FUNCTIONS

public static final int[][] GEARTH_KEYBOARD_FUNCTIONS
Google Earth keyboard functions


VISAD_MOUSE_FUNCTIONS

public static final int[][][] VISAD_MOUSE_FUNCTIONS
VisAD mouse functions


GEARTH_MOUSE_FUNCTIONS

public static final int[][][] GEARTH_MOUSE_FUNCTIONS
Google Earth mouse functions


IDV_MOUSE_FUNCTIONS

public static final int[][][] IDV_MOUSE_FUNCTIONS
The default mouse behavior (IDV mouse functions)


WHEEL_NONE

public static int WHEEL_NONE
Identifier for the mouse wheel


WHEEL_ROTATEX

public static int WHEEL_ROTATEX
Identifier for mouse wheel rotate X


WHEEL_ROTATEY

public static int WHEEL_ROTATEY
Identifier for mouse wheel rotate Y


WHEEL_ROTATEZ

public static int WHEEL_ROTATEZ
Identifier for mouse wheel rotate Z


WHEEL_ZOOMIN

public static int WHEEL_ZOOMIN
Identifier for wheel zoom in


WHEEL_ZOOMOUT

public static int WHEEL_ZOOMOUT
Identifier for wheel zoom out


WHEEL_FUNCTION_VALUES

public static final int[] WHEEL_FUNCTION_VALUES
Mouse wheel function values


WHEEL_FUNCTION_NAMES

public static final String[] WHEEL_FUNCTION_NAMES
Mouse wheel function names


IDV_WHEEL_FUNCTIONS

public static final int[][] IDV_WHEEL_FUNCTIONS
IDV wheel functions


GEARTH_WHEEL_FUNCTIONS

public static final int[][] GEARTH_WHEEL_FUNCTIONS
IDV wheel functions

Constructor Detail

EventMap

public EventMap()