home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / tree / RowMapper.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  262 b   |  6 lines

  1. package com.sun.java.swing.tree;
  2.  
  3. public interface RowMapper {
  4.    int[] getRowsForPaths(TreePath[] var1);
  5. }
  6.