A tree table is an SWT component which has some of the properties of a tree (e.g. nodes which can be expanded or collapsed) and some of the properties of a table (e.g. rows and columns).
Because the forward slash (/) is a special symbol for trees, if you want to use a slash as part of your parameter value, you have to mask it.
![]() |
Please keep in mind that it is not possible to object map nodes/cells within the tree table but to object map the tree table as a whole only. In order to interact with single nodes/cells you have to use the according actions. |
Example Mockups
Available Actions