Example usage for Java javafx.scene.control TreeCell fields, constructors, methods, implement or subclass
The text is from its open source code.
TreeCell() Creates a default TreeCell instance. |
Node | getDisclosureNode() Returns the current disclosure node set in this TreeCell. |
TreeItem | getTreeItem() Returns the TreeItem currently set in this TreeCell. |
ReadOnlyObjectProperty | treeItemProperty() Each TreeCell represents at most a single TreeItem , which is represented by this property. |