Home
last modified time | relevance | path

Searched refs:colIndexes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java339 final int[] colIndexes = new int[] { in testUpdateRowData() local
346 m_dataModel.updateRowData( colIndexes, rowToUpdate, values ); in testUpdateRowData()
355 for ( int i=0; i<colIndexes.length; ++i ) in testUpdateRowData()
357 preUpdateValues[rowToUpdate][colIndexes[i]] = values[i]; in testUpdateRowData()

Completed in 5 milliseconds