Class FlatComboBoxUI.FlatKeySelectionManager

java.lang.Object
com.formdev.flatlaf.ui.FlatComboBoxUI.FlatKeySelectionManager
All Implemented Interfaces:
JComboBox.KeySelectionManager, UIResource
Enclosing class:
FlatComboBoxUI

private class FlatComboBoxUI.FlatKeySelectionManager extends Object implements JComboBox.KeySelectionManager, UIResource
Key selection manager that delegates to the default manager. Shows the popup if Space key is pressed and "typed characters" buffer is empty. If items contain spaces (e.g. "a b") it is still possible to select them by pressing keys 'a', 'Space' and 'b'.