By using
TreeView widget, you can build tree kind of structures. ‘TreeView’ class is
used to build hierarchical structures.
Create Tree Views
Expand the TreeItem
Working with Cell Factory
Edit Tree
Add new tree items to tree
Working with Tree Cell Editors
Terminology
Root: The top most object in the hierarchy
is called root element.
Child Item: A root element can have zero (or) more
child items. A child item itself can have zero or more child items.
Leaf: An item without childs is called leaf.
In my next
posts, I will explain about these in detail.
No comments:
Post a Comment