Class SpreadsheetView.ColumnWidthEvent

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

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

      • ColumnWidthEvent

        public ColumnWidthEvent​(int column,
                                double width)
    • Method Detail

      • getColumn

        public int getColumn()
        Return the column index that has been resized.
        Returns:
        the column index that has been resized.
      • getWidth

        public double getWidth()
        Return the new width for this column.
        Returns:
        the new width for this column.