/[classpath]/classpath/javax/swing/tree/RowMapper.java
ViewVC logotype

Diff of /classpath/javax/swing/tree/RowMapper.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by aselkirk, Thu Apr 25 05:35:00 2002 UTC revision 1.2 by mkoch, Sun Oct 12 16:48:34 2003 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package javax.swing.tree;  package javax.swing.tree;
39    
40  /**  /**
41   * RowMapper interface   * RowMapper public interface
42   * @author Andrew Selkirk   * @author Andrew Selkirk
43   */   */
44  public interface RowMapper {  public interface RowMapper {
# Line 48  public interface RowMapper { Line 48  public interface RowMapper {
48           * @param path TreePath           * @param path TreePath
49           * @return TODO           * @return TODO
50           */           */
51          public int[] getRowsForPaths(TreePath[] path);          int[] getRowsForPaths(TreePath[] path);
52    
53    
54  } // RowMapper  } // RowMapper

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26