Example usage for Java javafx.scene.control TreeTableColumn fields, constructors, methods, implement or subclass
The text is from its open source code.
TreeTableColumn(String text) Creates a TreeTableColumn with the text set to the provided string, with default cell factory, comparator, and onEditCommit implementation. |
void | setCellFactory(Callback |
void | setCellValueFactory( Callback |