Revision 8279

View differences:

trunk/libraries/libUI/src/org/gvsig/gui/beans/swing/treeTable/TreeTableModelAdapter.java
50 50
 *
51 51
 * $Id$
52 52
 * $Log$
53
 * Revision 1.1  2006-10-23 08:18:39  jorpiell
53
 * Revision 1.2  2006-10-24 08:04:13  jorpiell
54
 * nodeFroRow es ahora public
55
 *
56
 * Revision 1.1  2006/10/23 08:18:39  jorpiell
54 57
 * A?adida la clase treetable
55 58
 *
56 59
 *
......
96 99
		return tree.getRowCount();
97 100
	}
98 101
	
99
	protected Object nodeForRow(int row) {
102
	public Object nodeForRow(int row) {
100 103
		TreePath treePath = tree.getPathForRow(row);
101 104
		return treePath.getLastPathComponent();         
102 105
	}

Also available in: Unified diff