Class SpreadsheetView.RowHeightEvent

  • All Implemented Interfaces:
    Serializable, Cloneable
    Enclosing class:
    SpreadsheetView

    public static class SpreadsheetView.RowHeightEvent
    extends javafx.event.Event
    This event is thrown on the SpreadsheetView when the user resize a row with its mouse.
    See Also:
    Serialized Form
    • Constructor Detail

      • RowHeightEvent

        public RowHeightEvent​(int row,
                              double height)
    • Method Detail

      • getRow

        public int getRow()
        Return the row index that has been resized.
        Returns:
        the row index that has been resized.
      • getHeight

        public double getHeight()
        Return the new height for this row.
        Returns:
        the new height for this row.