JavaTM 2 Platform
Standard Ed. 6

javax.swing
類別 RowSorter.SortKey

java.lang.Object
  繼承者 javax.swing.RowSorter.SortKey
正在封閉類別:
RowSorter<M>

public static class RowSorter.SortKey
extends Object

SortKey 描述特定列的排序順序。列索引是基於底層模型的,它可能不同於視圖的列索引。

從以下版本開始:
1.6

建構子摘要
RowSorter.SortKey(int column, SortOrder sortOrder)
          使用指定的排序順序創建指定列的 SortKey
 
方法摘要
 boolean equals(Object o)
          如果此物件與指定物件相等,則返回 true。
 int getColumn()
          返回列的索引。
 SortOrder getSortOrder()
          返回列的排序順序。
 int hashCode()
          返回此 SortKey 的雜湊碼。
 
從類別 java.lang.Object 繼承的方法
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

RowSorter.SortKey

public RowSorter.SortKey(int column,
                         SortOrder sortOrder)
使用指定的排序順序創建指定列的 SortKey

參數:
column - 列索引,就模型而言
sortOrder - 排序順序
拋出:
IllegalArgumentException - 如果 sortOrdernull
方法詳細資訊

getColumn

public final int getColumn()
返回列的索引。

返回:
列的索引

getSortOrder

public final SortOrder getSortOrder()
返回列的排序順序。

返回:
列的排序順序

hashCode

public int hashCode()
返回此 SortKey 的雜湊碼。

覆寫:
類別 Object 中的 hashCode
返回:
雜湊碼
另請參見:
Object.equals(java.lang.Object), Hashtable

equals

public boolean equals(Object o)
如果此物件與指定物件相等,則返回 true。如果指定的物件是一個 SortKey 並且參考相同的列和排序順序,則這兩個物件相等。

覆寫:
類別 Object 中的 equals
參數:
o - 要比較的物件
返回:
如果 o 等於此 SortKey,則返回 true
另請參見:
Object.hashCode(), Hashtable

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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