Class NestedTableColumnHeader

java.lang.Object
All Implemented Interfaces:
Styleable, EventTarget

public class NestedTableColumnHeader extends TableColumnHeader

This class is used to construct the header of a TableView. We take the approach that every TableView header is nested - even if it isn't. This allows for us to use the same code for building a single row of TableColumns as we would with a heavily nested sequences of TableColumns. Because of this, the TableHeaderRow class consists of just one instance of a NestedTableColumnHeader.

Since:
9
See Also: