Uses of Interface
org.tentackle.fx.rdc.PdoTreeContextMenuItem
-
Packages that use PdoTreeContextMenuItem Package Description org.tentackle.fx.rdc.contextmenu Predefined context menu items. -
-
Uses of PdoTreeContextMenuItem in org.tentackle.fx.rdc.contextmenu
Classes in org.tentackle.fx.rdc.contextmenu that implement PdoTreeContextMenuItem 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.
-