Uses of Class
javafx.scene.control.skin.TableColumnHeader
Package
Description
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of TableColumnHeader in javafx.scene.control.skin
Modifier and TypeClassDescriptionclass
This class is used to construct the header of a TableView.Modifier and TypeMethodDescriptionprotected TableColumnHeader
NestedTableColumnHeader.createTableColumnHeader
(TableColumnBase col) Creates a new TableColumnHeader instance for the given TableColumnBase instance.protected TableColumnHeader
TableHeaderRow.getReorderingRegion()
Returns the currentTableColumnHeader
being moved during reordering.Modifier and TypeMethodDescriptionfinal ObservableList
<TableColumnHeader> NestedTableColumnHeader.getColumnHeaders()
Returns an unmodifiable list of theTableColumnHeader
instances that are children of this NestedTableColumnHeader.Modifier and TypeMethodDescriptionprotected void
TableHeaderRow.setReorderingRegion
(TableColumnHeader reorderingRegion) Sets theTableColumnHeader
that is being moved during a reordering operation.