Class TreeTableCellSkin<S,​T>

Type Parameters:
S - The type of the UI control (e.g. the type of the 'row'), this is wrapped in a TreeItem.
T - The type of the content in the cell, based on its TreeTableColumn.
All Implemented Interfaces:
Skin<TreeTableCell<S,​T>>

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

    • TreeTableCellSkin

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