Uses of Class
javafx.scene.control.skin.TableViewSkinBase
Packages that use 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
Subclasses of TableViewSkinBase in javafx.scene.control.skinModifier and TypeClassDescriptionclass
Default skin implementation for theTableView
control.class
Default skin implementation for theTreeTableView
control.Methods in javafx.scene.control.skin that return TableViewSkinBaseModifier and TypeMethodDescriptionprotected TableViewSkinBase<?,
?, ?, ?, ?> TableColumnHeader.getTableSkin()
Returns theTableViewSkinBase
in which thisTableColumnHeader
is inserted.Constructors in javafx.scene.control.skin with parameters of type TableViewSkinBaseModifierConstructorDescriptionCreates a new TableHeaderRow instance to visually represent the column header area of controls such asTableView
andTreeTableView
.