Methods
pack-private InputMap
getInputMap
(
int condition,
JComponent c)
Returns the InputMap for condition
condition
.
Returns the InputMap for condition
condition
. Called as
part of
installKeyboardActions
.
public void
installKeyboardActions
(
JComponent c)
Register default key actions: pressing space to "click" a
button and registring the keyboard mnemonic (if any).
pack-privatestatic void
loadActionMap
(
LazyActionMap map)
Populates Buttons actions.
public void
uninstallKeyboardActions
(
JComponent c)
Unregister's default key actions
pack-private void
updateMnemonicBinding
(
AbstractButton b)
Resets the binding for the mnemonic in the WHEN_IN_FOCUSED_WINDOW
UI InputMap.