Searched refs:accel_lookup (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedCanvasPeer.java47 Map<AWTKeyStroke, Long> accel_lookup = new HashMap<AWTKeyStroke, Long>(); // Maps AWTKeyStroke into accelerator ID field in class:XEmbedCanvasPeer
525 accel_lookup.put(stroke, accel_id);
542 accel_lookup.remove(stroke); // FIXME: How about several accelerators with the same stroke?
593 exists = accel_lookup.containsKey(stroke);
595 accel_id = accel_lookup.get(stroke).longValue();

Completed in 24 milliseconds