Class TextFieldTreeCell<T>

java.lang.Object
Type Parameters:
T - The type of the elements contained within the TreeView.
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class TextFieldTreeCell<T> extends TreeCell<T>
A class containing a TreeCell implementation that draws a TextField node inside the cell.

By default, the TextFieldTreeCell is rendered as a Label when not being edited, and as a TextField when in editing mode. The TextField will, by default, stretch to fill the entire tree cell.

Since:
JavaFX 2.2