|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler
public class BasicComboBoxUI.ListDataHandler
此偵聽器觀察 ComboBoxModel 中的更改。
此公開內部類別應該視為受保護內部類別。僅在 BasicComboBoxUI 的子類別中實例化此類別。
BasicComboBoxUI.createListDataListener()| 建構子摘要 | |
|---|---|
BasicComboBoxUI.ListDataHandler()
|
|
| 方法摘要 | |
|---|---|
void |
contentsChanged(ListDataEvent e)
在列表的內容以某種太過複雜以至用以前的方法難以描述的方式發生更改時發送。 |
void |
intervalAdded(ListDataEvent e)
在已將 index0,index1 區間中的索引插入資料模型中之後發送。 |
void |
intervalRemoved(ListDataEvent e)
在已將 index0,index1 區間中的索引從資料模型中移除後發送。 |
| 從類別 java.lang.Object 繼承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 建構子詳細資訊 |
|---|
public BasicComboBoxUI.ListDataHandler()
| 方法詳細資訊 |
|---|
public void contentsChanged(ListDataEvent e)
ListDataListener 複製的描述
ListDataListener 中的 contentsChangede - 封裝事件資訊的 ListDataEventpublic void intervalAdded(ListDataEvent e)
ListDataListener 複製的描述
ListDataListener 中的 intervalAddede - 封裝事件資訊的 ListDataEventpublic void intervalRemoved(ListDataEvent e)
ListDataListener 複製的描述
ListDataListener 中的 intervalRemovede - 封裝事件資訊的 ListDataEvent
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。