< prev index next >

src/java.desktop/share/classes/javax/swing/tree/RowMapper.java

Print this page

        

*** 34,47 **** * @author Scott Violet */ public interface RowMapper { /** ! * Returns the rows that the TreePath instances in <code>path</code> * are being displayed at. The receiver should return an array of * the same length as that passed in, and if one of the TreePaths ! * in <code>path</code> is not valid its entry in the array should * be set to -1. * * @param path array of TreePath to parse * @return the rows that the TreePath instances in {@code path} are * being displayed at --- 34,47 ---- * @author Scott Violet */ public interface RowMapper { /** ! * Returns the rows that the TreePath instances in {@code path} * are being displayed at. The receiver should return an array of * the same length as that passed in, and if one of the TreePaths ! * in {@code path} is not valid its entry in the array should * be set to -1. * * @param path array of TreePath to parse * @return the rows that the TreePath instances in {@code path} are * being displayed at
< prev index next >