パッケージ | 説明 |
---|---|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
javax.swing.plaf |
Swingがプラグイン可能なLook & Feel機能を提供するために使用する、1つのインタフェースおよび多くのabstractクラスを提供します。
|
javax.swing.plaf.basic |
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.plaf.metal |
デフォルトのLook & FeelであるJava Look & Feel (以前のコード名はMetal)に従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.plaf.multi |
複数のLook & Feelを結合するユーザー・インタフェース・オブジェクトを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
Component |
DefaultListCellRenderer.getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) |
Component |
ListCellRenderer.getListCellRendererComponent(JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus)
指定された値を表示するように設定されたコンポーネントを返します。
|
コンストラクタと説明 |
---|
AccessibleJListChild(JList<E> parent, int indexInParent) |
修飾子と型 | メソッドと説明 |
---|---|
abstract Rectangle |
ListUI.getCellBounds(JList list, int index1, int index2)
2つのインデックスで指定されたセルの範囲を示す、指定されたリストの座標系内の境界矩形を返します。
|
abstract Point |
ListUI.indexToLocation(JList list, int index)
指定された項目の、指定された
JList 内の原点を返します(リストの座標系で)。 |
abstract int |
ListUI.locationToIndex(JList list, Point location)
指定された
JList 内で、リストの座標系内の指定された位置にもっとも近いセル・インデックスを返します。 |
修飾子と型 | フィールドと説明 |
---|---|
protected JList |
BasicListUI.list |
protected JList |
BasicComboPopup.list
このprotectedフィールドは実装固有のものです。
|
protected JList |
BasicComboBoxUI.listBox |
修飾子と型 | メソッドと説明 |
---|---|
protected JList |
BasicComboPopup.createList()
コンボ・ボックス・モデルの項目を表示するために、ポップアップで使用されるJListを作成します。
|
JList |
ComboPopup.getList()
コンボボックスの項目を描画するために使用されているリストを返します。
|
JList |
BasicComboPopup.getList()
ComboPopup.getList()の実装です。
|
修飾子と型 | メソッドと説明 |
---|---|
protected MouseListener |
BasicFileChooserUI.createDoubleClickListener(JFileChooser fc, JList list) |
Rectangle |
BasicListUI.getCellBounds(JList list, int index1, int index2)
2つのインデックスで指定されたセルの範囲を示す、指定されたリストの座標系内の境界矩形を返します。
|
Component |
BasicComboBoxRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) |
Point |
BasicListUI.indexToLocation(JList list, int index)
指定された項目の、指定された
JList 内の原点を返します(リストの座標系で)。 |
int |
BasicListUI.locationToIndex(JList list, Point location)
指定された
JList 内で、リストの座標系内の指定された位置にもっとも近いセル・インデックスを返します。 |
コンストラクタと説明 |
---|
DoubleClickListener(JList list) |
修飾子と型 | フィールドと説明 |
---|---|
protected JList |
MetalComboBoxButton.listBox |
修飾子と型 | メソッドと説明 |
---|---|
Component |
MetalFileChooserUI.FilterComboBoxRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) |
コンストラクタと説明 |
---|
MetalComboBoxButton(JComboBox cb, Icon i, boolean onlyIcon, CellRendererPane pane, JList list) |
MetalComboBoxButton(JComboBox cb, Icon i, CellRendererPane pane, JList list) |
SingleClickListener(JList list) |
修飾子と型 | メソッドと説明 |
---|---|
Rectangle |
MultiListUI.getCellBounds(JList a, int b, int c)
このオブジェクトで処理されている各UIで
getCellBounds メソッドを呼び出します。 |
Point |
MultiListUI.indexToLocation(JList a, int b)
このオブジェクトで処理されている各UIで
indexToLocation メソッドを呼び出します。 |
int |
MultiListUI.locationToIndex(JList a, Point b)
このオブジェクトで処理されている各UIで
locationToIndex メソッドを呼び出します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.