Uses of Class
com.dlsc.gemsfx.treeview.TreeNodeCell
Packages that use TreeNodeCell
Package
Description
Provides model, control, cell, and skin classes for displaying hierarchical tree nodes.
-
Uses of TreeNodeCell in com.dlsc.gemsfx.treeview
Methods in com.dlsc.gemsfx.treeview that return types with arguments of type TreeNodeCellModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<javafx.util.Callback<T, TreeNodeCell<T>>> TreeNodeView.cellFactoryProperty()The cell factory property used to create cells for tree node values.final javafx.util.Callback<T, TreeNodeCell<T>> TreeNodeView.getCellFactory()Gets the value of thecellFactoryproperty.Method parameters in com.dlsc.gemsfx.treeview with type arguments of type TreeNodeCellModifier and TypeMethodDescriptionfinal voidTreeNodeView.setCellFactory(javafx.util.Callback<T, TreeNodeCell<T>> value) Sets the value of thecellFactoryproperty.