Class TextFieldTreeTableCell<S,T>

  • Type Parameters:
    S - The type of the TreeTableView generic type
    T - The type of the elements contained within the TreeTableColumn.
    All Implemented Interfaces:
    Styleable, EventTarget, Skinnable

    public class TextFieldTreeTableCell<S,T>
    extends TreeTableCell<S,T>
    A class containing a TableCell implementation that draws a TextField node inside the cell.

    By default, the TextFieldTableCell 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 table cell.

    Since:
    JavaFX 8.0