Class TableView2Skin<S>

  • Type Parameters:
    S - The type of the objects contained within the TableView2 items list.
    All Implemented Interfaces:
    Skin<TableView<S>>

    public class TableView2Skin<S>
    extends TableViewSkinBase<S,​S,​TableView<S>,​TableRow<S>,​TableColumn<S,​?>>
    This skin for the TableView2 control We need to extend directly from TableViewSkinBase in order to work-around https://bugs.openjdk.java.net/browse/JDK-8090674 if we want to set a custom TableViewBehavior.