Module org.controlsfx.controls
Class GridBase.MapBasedRowHeightFactory
- java.lang.Object
-
- org.controlsfx.control.spreadsheet.GridBase.MapBasedRowHeightFactory
-
- Enclosing class:
- GridBase
public static class GridBase.MapBasedRowHeightFactory extends Object implements Callback<Integer,Double>
This class serves as a bridge between row height Callback needed by the GridBase and a Map<Integer,Double> that one could have (each Integer specify a row index and its associated height).
-
-
Constructor Summary
Constructors Constructor Description MapBasedRowHeightFactory(Map<Integer,Double> rowHeightMap)
-