Jump to content

Tree view: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Cydebot (talk | contribs)
m Robot - Speedily moving category Graphical user interface to Graphical user interfaces per CFDS.
Line 25: Line 25:
[[Category:Graphical user interfaces]]
[[Category:Graphical user interfaces]]
[[Category:Widgets]]
[[Category:Widgets]]
{{compu-stub}}
{{GUI-stub}}


[[de:Baum (Steuerelement)]]
[[de:Baum (Steuerelement)]]

Revision as of 19:45, 21 February 2011

A generic tree view

A tree view or an outline view is a graphical user interface element (widget) that presents a hierarchical view of information. Each item (often called a branch or a node) can have a number of subitems. This is often visualized by indentation in a list.

An item can be expanded to reveal subitems, if any exist, and collapsed to hide subitems.

Tree views are often seen in file manager applications, where they allow the user to navigate the file system directories. They are also used to present hierarchical data, such as an XML document. Extended tree view is the central component of an outliner application.

See also