javax.swing.tree
Interface RowMapper

All Known Implementing Classes:
AbstractLayoutCache, FixedHeightLayoutCache, VariableHeightLayoutCache

public interface RowMapper

RowMapper public interface


Method Summary
 int[] getRowsForPaths(TreePath[] path)
          getRowsForPaths
 

Method Detail

getRowsForPaths

int[] getRowsForPaths(TreePath[] path)
getRowsForPaths

Parameters:
path - TreePath
Returns:
TODO