public static class SpreadsheetView.RowHeightEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<SpreadsheetView.RowHeightEvent> |
ROW_HEIGHT_CHANGE
This is the event used by
SpreadsheetView.RowHeightEvent. |
| Constructor and Description |
|---|
RowHeightEvent(int row,
double height) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Return the new height for this row.
|
int |
getRow()
Return the row index that has been resized.
|
public static final javafx.event.EventType<SpreadsheetView.RowHeightEvent> ROW_HEIGHT_CHANGE
SpreadsheetView.RowHeightEvent.