Wraps a JavaFX ResizeFeatures.
Wraps a JavaFX TableViewFocusModel.
Wraps a JavaFX TableViewSelectionModel.
Simple policy that ensures the width of all visible leaf columns in this table sum up to equal the width of the table itself.
Simple policy that ensures the width of all visible leaf columns in this table sum up to equal the width of the table itself. When the user resizes a column width with this policy, the table automatically adjusts the width of the right hand side columns. When the user increases a column width, the table decreases the width of the rightmost column until it reaches its minimum width. Then it decreases the width of the second rightmost column until it reaches minimum width and so on. When all right hand side columns reach minimum size, the user cannot increase the size of resized column any more.
It delegates to JavaFX CONSTRAINED_RESIZE_POLICY
Object companion for scalafx.scene.controlTableView.ResizeFeatures.
Object companion for scalafx.scene.controlTableView.TableViewFocusModel.
Object companion for scalafx.scene.controlTableView.TableViewSelectionModel.
Very simple resize policy that just resizes the specified column by the provided delta and shifts all other columns (to the right of the given column) further to the right (when the delta is positive) or to the left (when the delta is negative).
Very simple resize policy that just resizes the specified column by the provided delta and shifts all other columns (to the right of the given column) further to the right (when the delta is positive) or to the left (when the delta is negative).
It delegates to JavaFX UNCONSTRAINED_RESIZE_POLICY
Converts a ScalaFX TableView instance to its JavaFX counterpart.
Converts a ScalaFX TableView instance to its JavaFX counterpart.
ScalaFX TableView
JavaFX TableView
Object companion for scalafx.scene.controlTableView.