Uses of Class
org.tentackle.fx.rdc.PdoTreeContextMenuItemService
-
Packages that use PdoTreeContextMenuItemService Package Description org.tentackle.fx.rdc.contextmenu Predefined context menu items. -
-
Uses of PdoTreeContextMenuItemService in org.tentackle.fx.rdc.contextmenu
Classes in org.tentackle.fx.rdc.contextmenu with annotations of type PdoTreeContextMenuItemService Modifier and Type Class Description classCollapseItem<T extends org.tentackle.pdo.PersistentDomainObject<T>>Menu item to collapse this and all childnodes of a PDO.classEditItem<T extends org.tentackle.pdo.PersistentDomainObject<T>>Menu item to edit a PDO.classExpandItem<T extends org.tentackle.pdo.PersistentDomainObject<T>>Menu item to expand this and all childnodes of a PDO.classViewItem<T extends org.tentackle.pdo.PersistentDomainObject<T>>Menu item to view a PDO.
-