JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.event.ListSelectionEvent
的使用

使用 ListSelectionEvent 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
javax.swing.event 供 Swing 元件觸發的事件使用。 
javax.swing.plaf.basic 提供了根據基本外觀建構的使用者介面物件。 
javax.swing.plaf.metal 提供根據 Java 外觀(曾經代稱為 Metal)建構的使用者介面物件,Java 外觀是預設外觀。 
javax.swing.table 提供用於處理 javax.swing.JTable 的類別和介面。 
 

javax.swingListSelectionEvent 的使用
 

參數型別為 ListSelectionEventjavax.swing 中的方法
 void JTable.columnSelectionChanged(ListSelectionEvent e)
          TableColumnModel 的選擇模型更改時調用。
 void JTable.AccessibleJTable.columnSelectionChanged(ListSelectionEvent e)
          對變更的 TableColumnModel 的選擇模型進行追蹤。
 void JTable.valueChanged(ListSelectionEvent e)
          行選擇更改時調用,重新繪製來顯示新的選擇。
 void JTable.AccessibleJTable.valueChanged(ListSelectionEvent e)
          追蹤表單元格選擇的變更
 void JList.AccessibleJList.valueChanged(ListSelectionEvent e)
          List Selection Listener 值更改方法。
 

javax.swing.eventListSelectionEvent 的使用
 

參數型別為 ListSelectionEventjavax.swing.event 中的方法
 void TableColumnModelListener.columnSelectionChanged(ListSelectionEvent e)
          告知偵聽器 TableColumnModel 的選擇模型發生更改。
 void ListSelectionListener.valueChanged(ListSelectionEvent e)
          每當選擇值發生更改時調用。
 

javax.swing.plaf.basicListSelectionEvent 的使用
 

參數型別為 ListSelectionEventjavax.swing.plaf.basic 中的方法
 void BasicFileChooserUI.SelectionListener.valueChanged(ListSelectionEvent e)
           
 void BasicListUI.ListSelectionHandler.valueChanged(ListSelectionEvent e)
           
 void BasicComboPopup.ListSelectionHandler.valueChanged(ListSelectionEvent e)
           
 

javax.swing.plaf.metalListSelectionEvent 的使用
 

參數型別為 ListSelectionEventjavax.swing.plaf.metal 中的方法
 void MetalFileChooserUI.valueChanged(ListSelectionEvent e)
           
 

javax.swing.tableListSelectionEvent 的使用
 

參數型別為 ListSelectionEventjavax.swing.table 中的方法
 void JTableHeader.columnSelectionChanged(ListSelectionEvent e)
          當 TableColumnModel 的選擇模型更改時調用。
protected  void DefaultTableColumnModel.fireColumnSelectionChanged(ListSelectionEvent e)
          通知所有對此事件型別的通知感興趣的已註冊偵聽器。
 void DefaultTableColumnModel.valueChanged(ListSelectionEvent e)
          列選擇更改時轉發 ListSelectionEventsListSelectionListener
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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