Class TableCellSkin<S,​T>

Type Parameters:
S - The type of the UI control (e.g. the type of the 'row').
T - The type of the content in the cell, based on its TableColumn.
All Implemented Interfaces:
Skin<TableCell<S,​T>>

public class TableCellSkin<S,​T>
extends TableCellSkinBase<S,​T,​TableCell<S,​T>>
Default skin implementation for the TableCell control.
Since:
9
See Also:
TableCell
  • Constructor Details

    • TableCellSkin

      public TableCellSkin​(TableCell<S,​T> control)
      Creates a new TableCellSkin 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.