JavaTM Platform
Standard Ed. 6

接口 javax.swing.JComboBox.KeySelectionManager
的使用

使用 JComboBox.KeySelectionManager 的软件包
javax.swing 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 
 

javax.swing 中 JComboBox.KeySelectionManager 的使用
 

声明为 JComboBox.KeySelectionManager 的 javax.swing 中的字段
protected  JComboBox.KeySelectionManager JComboBox.keySelectionManager
          此受保护字段是特定于实现的。
 

返回 JComboBox.KeySelectionManager 的 javax.swing 中的方法
protected  JComboBox.KeySelectionManager JComboBox.createDefaultKeySelectionManager()
          返回默认键选择管理器的实例。
 JComboBox.KeySelectionManager JComboBox.getKeySelectionManager()
          返回列表的键选择管理器。
 

参数类型为 JComboBox.KeySelectionManager 的 javax.swing 中的方法
 void JComboBox.setKeySelectionManager(JComboBox.KeySelectionManager aManager)
          设置将键盘字符转换为列表选择的对象。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。