Class TreeViewSkin<T>

All Implemented Interfaces:
Skin<TreeView<T>>

public class TreeViewSkin<T>
extends VirtualContainerBase<TreeView<T>,​TreeCell<T>>
Default skin implementation for the TreeView control.
Since:
9
See Also:
TreeView
  • Constructor Details

    • TreeViewSkin

      public TreeViewSkin​(TreeView control)
      Creates a new TreeViewSkin 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.