Uses of Class
org.eclipse.nebula.widgets.grid.Grid.RowRange
-
Packages that use Grid.RowRange Package Description org.eclipse.nebula.widgets.grid -
-
Uses of Grid.RowRange in org.eclipse.nebula.widgets.grid
Methods in org.eclipse.nebula.widgets.grid that return Grid.RowRange Modifier and Type Method Description private Grid.RowRange
Grid. getRowRange(int startIndex, int endIndex)
Returns aGrid.RowRange
ranging from the grid item at startIndex to that at endIndex.private Grid.RowRange
Grid. getRowRange(int startIndex, int availableHeight, boolean forceEndCompletelyInside, boolean inverse)
This method can be used to build a range of grid rows that is allowed to span a certain height in pixels.
-