| パッケージ | 説明 | 
|---|---|
| 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)
指定された値を表示するように設定されたコンポーネントを返します。 
 | 
| コンストラクタと説明 | 
|---|
JList.AccessibleJList.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 | 
BasicComboPopup.list
この protected フィールドは実装固有のものです。 
 | 
protected JList | 
BasicListUI.list  | 
protected JList | 
BasicComboBoxUI.listBox  | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
protected JList | 
BasicComboPopup.createList()
コンボボックスモデルの項目を表示するために、ポップアップで使用される JList を作成します。 
 | 
JList | 
BasicComboPopup.getList()
ComboPopup.getList() の実装です。 
 | 
JList | 
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 内で、リストの座標系内の指定された位置にもっとも近いセルインデックスを返します。 | 
| コンストラクタと説明 | 
|---|
BasicFileChooserUI.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)  | 
MetalFileChooserUI.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, 2013, Oracle and/or its affiliates. All rights reserved.