Class TableViewSkin<T>

All Implemented Interfaces:
Skin<TableView<T>>

public class TableViewSkin<T> extends TableViewSkinBase<T,T,TableView<T>,TableRow<T>,TableColumn<T,?>>
Default skin implementation for the TableView control.
Since:
9
See Also:
  • Constructor Details

    • TableViewSkin

      public TableViewSkin(TableView<T> control)
      Creates a new TableViewSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
      Parameters:
      control - The control that this skin should be installed onto.
  • Method Details