Module java.desktop
Package javax.swing.tree

Interface RowMapper

所有已知的实现类:
AbstractLayoutCache, FixedHeightLayoutCache, VariableHeightLayoutCache

public interface RowMapper
定义了将树中的路径转换为显示行的对象的要求。
  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
    返回TreePath实例在path中显示的行。
  • Method Details

    • getRowsForPaths

      int[] getRowsForPaths(TreePath[] path)
      返回TreePath实例在path中显示的行。接收者应该返回与传入的长度相同的数组,如果path中的TreePath之一无效,则数组中的条目应设置为-1。
      参数:
      path - 要解析的TreePath数组
      返回:
      TreePath实例在path中显示的行