mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 07:17:13 -06:00
JIDE: UIDefaultsDump: dump UI defaults added by LookAndFeelFactory.installJideExtension()
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
#---- 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
|
||||
Reference in New Issue
Block a user