public static class SpreadsheetView.ColumnWidthEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<SpreadsheetView.ColumnWidthEvent> |
COLUMN_WIDTH_CHANGE
This is the event used by
SpreadsheetView.ColumnWidthEvent. |
| Constructor and Description |
|---|
ColumnWidthEvent(int column,
double width) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Return the column index that has been resized.
|
double |
getWidth()
Return the new width for this column.
|
public static final javafx.event.EventType<SpreadsheetView.ColumnWidthEvent> COLUMN_WIDTH_CHANGE
SpreadsheetView.ColumnWidthEvent.