====== JTree [WIP] ====== {#JAPI Joomla.Framework Base JTree #} Abstract Tree Node Class. This class creates and manages hierarchical structures (trees) similar to the HTML or XML DOM using the [[JNode]] class. The Joomla! menu modules are typical tree structures inherited from JTree. ===== Methods ===== ^ Method ^ Description ^ | {{references:Constructor.png?nolink}} [[JNode-__construct|__construct]] | Class constructor, overridden in descendant classes. | | {{references:Method.png?nolink}} [[JNode-addChild|addChild]] | Adds a new child node object to the current object. | | {{references:Method.png?nolink}} [[JNode-getParent|getParent]] | Returns the parent node of the current object. | | {{references:Method.png?nolink}} [[JNode-reset|reset]] | Resets the current node to the root node. | ---- ~~DISCUSSION~~