Example usage for Java javafx.scene.control TreeTableView fields, constructors, methods, implement or subclass
The text is from its open source code.
TreeTableView(TreeItem Creates a TreeTableView with the provided root node. |
ObservableList | getColumns() The TreeTableColumns that are part of this TableView. |
double | getHeight() |
TreeItem | getRoot() Returns the current root node of this TreeTableView, or null if no root node is specified. |
double | getWidth() |
void | layout() Executes a top-down layout pass on the scene graph under this parent. |
void | setTableMenuButtonVisible(boolean value) |
BooleanProperty | showRootProperty() Property that represents whether or not the TreeTableView root node is visible. |