JavaTM 2 Platform
Standard Ed. 6

javax.swing.tree
介面 RowMapper

所有已知實作類別:
AbstractLayoutCache, FixedHeightLayoutCache, VariableHeightLayoutCache

public interface RowMapper

定義針對將階層樹中的路徑轉換為顯示行的物件的要求。


方法摘要
 int[] getRowsForPaths(TreePath[] path)
          返回顯示 path 中的 TreePath 實例的行。
 

方法詳細資訊

getRowsForPaths

int[] getRowsForPaths(TreePath[] path)
返回顯示 path 中的 TreePath 實例的行。該接收者應返回與傳入陣列長度相同的陣列,如果 path 中的 TreePath 之一無效,則應將該陣列中的條目設置為 -1。


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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