Class GridBase.MapBasedRowHeightFactory

java.lang.Object
org.controlsfx.control.spreadsheet.GridBase.MapBasedRowHeightFactory
All Implemented Interfaces:
javafx.util.Callback<Integer,Double>
Enclosing class:
GridBase

public static class GridBase.MapBasedRowHeightFactory extends Object implements javafx.util.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 Details

    • MapBasedRowHeightFactory

      public MapBasedRowHeightFactory(Map<Integer,Double> rowHeightMap)
  • Method Details