Searched refs:DEFAULT_ACTION_KEY (Results 1 – 2 of 2) sorted by relevance
85 public static int DEFAULT_ACTION_KEY = SWT.F2; field in DynamicContextMenu453 a.setAccelerator(DEFAULT_ACTION_KEY); in createPlainAction()
456 } else if (e.keyCode == DynamicContextMenu.DEFAULT_ACTION_KEY) { in handleKeyPressed()