Searched refs:sCmdFromCache (Results 1 – 1 of 1) sorted by relevance
387 … String sCmdFromCache = new String(); // get a value using XAcceleratorConfiguration API in impl_checkGetKeyCommands() local391 sCmdFromCache = xAccelCfg.getCommandByKeyEvent(convertShortcut2AWTKey(sKeys[i])); in impl_checkGetKeyCommands()392 … System.out.println(sKeys[i] + "-->" + sCmdFromCache + ", by XAcceleratorConfiguration API"); in impl_checkGetKeyCommands()398 …e different by XAcceleratorConfiguration API and configuration API!", sCmdFromCache.equals(sCmdFro… in impl_checkGetKeyCommands()
Completed in 7 milliseconds