javafx.scene.control
Class TableView.ResizeFeatures<S>
- javafx.scene.control.ResizeFeaturesBase<S>
-
- javafx.scene.control.TableView.ResizeFeatures<S>
public static class TableView.ResizeFeatures<S> extends ResizeFeaturesBase<S>
An immutable wrapper class for use in the TableView
column resize functionality.Since:
JavaFX 2.0
-
Constructor Summary
Constructors Constructor and Description ResizeFeatures(TableView<S> table, TableColumn<S,?> column, Double delta)Creates an instance of this class, with the provided TableView, TableColumn and delta values being set and stored in this immutable instance.
-
Method Summary
All MethodsInstance MethodsConcrete Methods Modifier and Type Method and Description TableColumn<S,?>getColumn()Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TableView resize operation.TableView<S>getTable()Returns the TableView upon which the resize operation is occurring.-
Methods inherited from class javafx.scene.control.ResizeFeaturesBase
getDelta
-
-
Constructor Detail
-
ResizeFeatures
public ResizeFeatures(TableView<S> table, TableColumn<S,?> column, Double delta)Creates an instance of this class, with the provided TableView, TableColumn and delta values being set and stored in this immutable instance.Parameters:
table- The TableView upon which the resize operation is occurring.
-
-
Method Detail
-
getColumn
public TableColumn<S,?> getColumn()
Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TableView resize operation.Overrides:
getColumnin classResizeFeaturesBase<S>
-
getTable
public TableView<S> getTable()
Returns the TableView upon which the resize operation is occurring.
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.