Uses of Interface
javax.swing.JComboBox.KeySelectionManager
-
Packages that use JComboBox.KeySelectionManager 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。 -
-
Uses of JComboBox.KeySelectionManager in javax.swing
Fields in javax.swing declared as JComboBox.KeySelectionManager Modifier and Type Field 描述 protected JComboBox.KeySelectionManager
JComboBox. keySelectionManager
此保护字段是实现特定的。Methods in javax.swing that return JComboBox.KeySelectionManager Modifier and Type 方法 描述 protected JComboBox.KeySelectionManager
JComboBox. createDefaultKeySelectionManager()
返回默认密钥选择管理器的一个实例。JComboBox.KeySelectionManager
JComboBox. getKeySelectionManager()
返回列表的密钥选择管理器。Methods in javax.swing with parameters of type JComboBox.KeySelectionManager Modifier and Type 方法 描述 void
JComboBox. setKeySelectionManager(JComboBox.KeySelectionManager aManager)
设置将键盘字符转换为列表选择的对象。
-