JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.RowSorter.SortKey
的使用

使用 RowSorter.SortKey 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
 

javax.swingRowSorter.SortKey 的使用
 

返回變數型別為 RowSorter.SortKey 的型別的 javax.swing 中的方法
 List<? extends RowSorter.SortKey> DefaultRowSorter.getSortKeys()
          返回當前排序鍵。
abstract  List<? extends RowSorter.SortKey> RowSorter.getSortKeys()
          返回當前排序鍵。
 

型別變數型別為 RowSorter.SortKeyjavax.swing 中的方法參數
 void DefaultRowSorter.setSortKeys(List<? extends RowSorter.SortKey> sortKeys)
          設置排序鍵。
abstract  void RowSorter.setSortKeys(List<? extends RowSorter.SortKey> keys)
          設置當前排序鍵。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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