Uses of Class
org.tentackle.fx.rdc.PdoTreeCell
Packages that use PdoTreeCell
Package
Description
FX rich desktop client API.
Predefined context menu items.
-
Uses of PdoTreeCell in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return PdoTreeCellModifier and TypeMethodDescription<T extends PersistentDomainObject<T>>
PdoTreeCell<T>DefaultRdcFactory.createTreeCell(javafx.scene.control.TreeView<T> treeView) <T extends PersistentDomainObject<T>>
PdoTreeCell<T>RdcFactory.createTreeCell(javafx.scene.control.TreeView<T> treeView) Creates a tree cell for a pdo type.Methods in org.tentackle.fx.rdc with parameters of type PdoTreeCellModifier and TypeMethodDescription<T extends PersistentDomainObject<T>>
javafx.scene.control.ContextMenuDefaultPdoContextMenuFactory.create(PdoTreeCell<T> cell) <T extends PersistentDomainObject<T>>
javafx.scene.control.ContextMenuPdoContextMenuFactory.create(PdoTreeCell<T> cell) Creates a context menu for a tree cell.