Class SpreadsheetView.ColumnWidthEvent

java.lang.Object
java.util.EventObject
javafx.event.Event
org.controlsfx.control.spreadsheet.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:
  • Field Details

  • Constructor Details

    • ColumnWidthEvent

      public ColumnWidthEvent(int column, double width)
  • Method Details

    • 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.