Class TreeCellSkin<T>

java.lang.Object
Type Parameters:
T - the type of the value contained within the TreeItem
All Implemented Interfaces:
Skin<TreeCell<T>>

public class TreeCellSkin<T> extends CellSkinBase<TreeCell<T>>
Default skin implementation for the TreeCell control.
Since:
9
See Also: