Uses of Class
javafx.scene.control.skin.TableViewSkinBase
Package
Description
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of TableViewSkinBase in javafx.scene.control.skin
Modifier and TypeClassDescriptionclass
Default skin implementation for theTableView
control.class
Default skin implementation for theTreeTableView
control.Modifier and TypeMethodDescriptionprotected TableViewSkinBase
<?, ?, ?, ?, ?> TableColumnHeader.getTableSkin()
Returns theTableViewSkinBase
in which thisTableColumnHeader
is inserted.ModifierConstructorDescriptionCreates a new TableHeaderRow instance to visually represent the column header area of controls such asTableView
andTreeTableView
.