Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DColumnViewerEditor.java718 ViewerRow bottomMostRow = rowBelow; in getLastCell() local
724 bottomMostRow = rowBelow; in getLastCell()
728 return bottomMostRow.getCell(row.getCreationIndex(bottomMostRow.getColumnCount() - 1)); in getLastCell()