Class TreeViewSkin<T>

java.lang.Object
Type Parameters:
T - the type of the item contained within the TreeItem value property for all tree items in this TreeView
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: