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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java2101 * the <code>KeyboardManager</code>. If <code>onlyIfNew</code>
2106 * @param onlyIfNew if true, only actions that haven't been registered
2109 private void registerWithKeyboardManager(boolean onlyIfNew) { argument
2121 if (!onlyIfNew || registered == null ||

Completed in 41 milliseconds