パッケージ | 説明 |
---|---|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
修飾子と型 | フィールドと説明 |
---|---|
protected JComboBox.KeySelectionManager |
JComboBox.keySelectionManager
このprotectedフィールドは実装固有のものです。
|
修飾子と型 | メソッドと説明 |
---|---|
protected JComboBox.KeySelectionManager |
JComboBox.createDefaultKeySelectionManager()
デフォルトのキー選択マネージャのインスタンスを返します。
|
JComboBox.KeySelectionManager |
JComboBox.getKeySelectionManager()
リストのキー選択マネージャを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
JComboBox.setKeySelectionManager(JComboBox.KeySelectionManager aManager)
キーボードの文字をリストの選択に変換するオブジェクトを設定します。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.