|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 JList 的軟體套件 | |
---|---|
javax.swing | 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 |
javax.swing.plaf | 提供一個介面和許多抽象類別,Swing 用它們來提供自己的可插入外觀功能。 |
javax.swing.plaf.basic | 提供了根據基本外觀建構的使用者介面物件。 |
javax.swing.plaf.metal | 提供根據 Java 外觀(曾經代稱為 Metal)建構的使用者介面物件,Java 外觀是預設外觀。 |
javax.swing.plaf.multi | 提供了組合兩個或多個外觀的使用者介面物件。 |
javax.swing 中 JList 的使用 |
---|
參數型別為 JList 的 javax.swing 中的方法 | |
---|---|
Component |
DefaultListCellRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
|
Component |
ListCellRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
返回已配置用於顯示指定值的元件。 |
參數型別為 JList 的 javax.swing 中的建構子 | |
---|---|
JList.AccessibleJList.AccessibleJListChild(JList parent,
int indexInParent)
|
javax.swing.plaf 中 JList 的使用 |
---|
參數型別為 JList 的 javax.swing.plaf 中的方法 | |
---|---|
abstract Rectangle |
ListUI.getCellBounds(JList list,
int index1,
int index2)
返回給定列表坐標系統中的有界矩形,單元的範圍由兩個索引指定。 |
abstract Point |
ListUI.indexToLocation(JList list,
int index)
返回列表坐標系統中給定 JList 中指定項的原點。 |
abstract int |
ListUI.locationToIndex(JList list,
Point location)
返回指定 JList 中與列表坐標系統中給定位置最接近的單元索引。 |
javax.swing.plaf.basic 中 JList 的使用 |
---|
宣告為 JList 的 javax.swing.plaf.basic 中的欄位 | |
---|---|
protected JList |
BasicListUI.list
|
protected JList |
BasicComboPopup.list
此受保護欄位是特定於實作的。 |
protected JList |
BasicComboBoxUI.listBox
|
返回 JList 的 javax.swing.plaf.basic 中的方法 | |
---|---|
protected JList |
BasicComboPopup.createList()
創建在顯示組合框模型項的彈出控制元件中使用的 JList。 |
JList |
BasicComboPopup.getList()
ComboPopup.getList() 的實作。 |
JList |
ComboPopup.getList()
返回要用於在組合框中繪製項的列表。 |
參數型別為 JList 的 javax.swing.plaf.basic 中的方法 | |
---|---|
protected MouseListener |
BasicFileChooserUI.createDoubleClickListener(JFileChooser fc,
JList list)
|
Rectangle |
BasicListUI.getCellBounds(JList list,
int index1,
int index2)
返回給定列表坐標系統中的有界矩形,單元的範圍由兩個索引指定。 |
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 中與列表坐標系統中給定位置最接近的單元索引。 |
參數型別為 JList 的 javax.swing.plaf.basic 中的建構子 | |
---|---|
BasicFileChooserUI.DoubleClickListener(JList list)
|
javax.swing.plaf.metal 中 JList 的使用 |
---|
宣告為 JList 的 javax.swing.plaf.metal 中的欄位 | |
---|---|
protected JList |
MetalComboBoxButton.listBox
|
參數型別為 JList 的 javax.swing.plaf.metal 中的方法 | |
---|---|
Component |
MetalFileChooserUI.FilterComboBoxRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
|
參數型別為 JList 的 javax.swing.plaf.metal 中的建構子 | |
---|---|
MetalComboBoxButton(JComboBox cb,
Icon i,
boolean onlyIcon,
CellRendererPane pane,
JList list)
|
|
MetalComboBoxButton(JComboBox cb,
Icon i,
CellRendererPane pane,
JList list)
|
|
MetalFileChooserUI.SingleClickListener(JList list)
|
javax.swing.plaf.multi 中 JList 的使用 |
---|
參數型別為 JList 的 javax.swing.plaf.multi 中的方法 | |
---|---|
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 方法。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。