JavaTM 2 Platform
Standard Ed. 6

javax.swing.event
介面 ListDataListener

所有父級介面:
EventListener
所有已知實作類別:
BasicComboBoxUI.ListDataHandler, BasicComboPopup.ListDataHandler, BasicListUI.ListDataHandler, JComboBox, JList.AccessibleJList

public interface ListDataListener
extends EventListener

ListDataListener


方法摘要
 void contentsChanged(ListDataEvent e)
          在列表的內容以某種太過複雜以至用以前的方法難以描述的方式發生更改時發送。
 void intervalAdded(ListDataEvent e)
          在已將 index0,index1 區間中的索引插入資料模型中之後發送。
 void intervalRemoved(ListDataEvent e)
          在已將 index0,index1 區間中的索引從資料模型中移除後發送。
 

方法詳細資訊

intervalAdded

void intervalAdded(ListDataEvent e)
在已將 index0,index1 區間中的索引插入資料模型中之後發送。新區間既包括 index0 也包括 index1。

參數:
e - 封裝事件資訊的 ListDataEvent

intervalRemoved

void intervalRemoved(ListDataEvent e)
在已將 index0,index1 區間中的索引從資料模型中移除後發送。該區間既包括 index0 也包括 index1。

參數:
e - 封裝事件資訊的 ListDataEvent

contentsChanged

void contentsChanged(ListDataEvent e)
在列表的內容以某種太過複雜以至用以前的方法難以描述的方式發生更改時發送。例如,在已經替換某個項時發送此方法。Index0 和 index1 括出了該範圍。

參數:
e - 封裝事件資訊的 ListDataEvent

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only