Uses of Class
javafx.scene.control.skin.TableColumnHeader
Packages that use 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
Subclasses of TableColumnHeader in javafx.scene.control.skinModifier and TypeClassDescriptionclass
This class is used to construct the header of a TableView.Methods in javafx.scene.control.skin that return TableColumnHeaderModifier 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.Methods in javafx.scene.control.skin that return types with arguments of type TableColumnHeaderModifier and TypeMethodDescriptionNestedTableColumnHeader.getColumnHeaders()
Returns an unmodifiable list of theTableColumnHeader
instances that are children of this NestedTableColumnHeader.Methods in javafx.scene.control.skin with parameters of type TableColumnHeaderModifier and TypeMethodDescriptionprotected void
TableHeaderRow.setReorderingRegion(TableColumnHeader reorderingRegion)
Sets theTableColumnHeader
that is being moved during a reordering operation.