Trace: • Temporary Values • Setting Column Width
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
jvx:client:gui:format_trees [2019/08/25 15:51] admin |
jvx:client:gui:format_trees [2020/06/08 13:19] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Formatting tree nodes~~ | + | ~~Title: Formatting Tree Nodes~~ |
If you want to format tree nodes, simply use the cell format feature as described [[jvx:client:gui:format_tables|here]]. The tree formatting works like the table formatting. | If you want to format tree nodes, simply use the cell format feature as described [[jvx:client:gui:format_tables|here]]. The tree formatting works like the table formatting. | ||
- | + | \\ The only difference is the node icon, because the tree has different states for nodes, like expanded or leaf. | |
- | The only difference is the node icon, because the tree has different states for nodes, like expanded or leaf. | + | |
The icon can be handled using **INodeFormatter**. | The icon can be handled using **INodeFormatter**. | ||
Line 10: | Line 9: | ||
== Example == | == Example == | ||
- | Our GUI contains a tree which shows 3 layers. The first layer contains all available sessions, the second layer all sub sessions of the selected session and the third layer contains all objects of the selected sub session. | + | Our GUI contains a tree which shows three layers. The first layer contains all available sessions, the second layer all sub sessions of the selected session, and the third layer contains all objects of the selected sub session. |
The following lines show the definition and use of node formatting: | The following lines show the definition and use of node formatting: |