mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 22:40:53 +03:00
39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
#---- JideButton ----
|
|
|
|
+ JideButton.focusInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
|
ENTER pressed
|
|
SPACE pressed
|
|
released ENTER released
|
|
released SPACE released
|
|
|
|
|
|
#---- JideSplitButton ----
|
|
|
|
+ JideSplitButton.focusInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
|
|
DOWN downPressed
|
|
ENTER pressed
|
|
SPACE pressed
|
|
released DOWN downReleased
|
|
released ENTER released
|
|
released SPACE released
|
|
|
|
|
|
#---- JideTabbedPane ----
|
|
|
|
+ JideTabbedPane.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
|
ctrl KP_UP requestFocus
|
|
ctrl PAGE_DOWN navigatePageDown
|
|
ctrl PAGE_UP navigatePageUp
|
|
ctrl UP requestFocus
|
|
+ JideTabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
|
|
ctrl DOWN requestFocusForVisibleComponent
|
|
ctrl KP_DOWN requestFocusForVisibleComponent
|
|
DOWN navigateDown
|
|
KP_DOWN navigateDown
|
|
KP_LEFT navigateLeft
|
|
KP_RIGHT navigateRight
|
|
KP_UP navigateUp
|
|
LEFT navigateLeft
|
|
RIGHT navigateRight
|
|
UP navigateUp
|