< prev index next >

modules/controls/src/main/java/javafx/scene/control/cell/TextFieldTreeTableCell.java

Print this page

        

*** 33,46 **** import javafx.util.Callback; import javafx.util.StringConverter; import javafx.util.converter.DefaultStringConverter; /** ! * A class containing a {@link TableCell} implementation that draws a * {@link TextField} node inside the cell. * ! * <p>By default, the TextFieldTableCell is rendered as a {@link 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. * * @param <T> The type of the elements contained within the TreeTableColumn. * @since JavaFX 8.0 --- 33,46 ---- import javafx.util.Callback; import javafx.util.StringConverter; import javafx.util.converter.DefaultStringConverter; /** ! * A class containing a {@link javafx.scene.control.TableCell} implementation that draws a * {@link TextField} node inside the cell. * ! * <p>By default, the TextFieldTableCell is rendered as a {@link javafx.scene.control.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. * * @param <T> The type of the elements contained within the TreeTableColumn. * @since JavaFX 8.0
< prev index next >