/** * @manager * @class DesktopTree * @extends Trees.GlobalAttributeTree * @memberof Trees */ function DesktopTree() { } /** * @class Node * @extends Trees.GlobalAttributeTree.Node * @memberof Trees.DesktopTree */ function Node() { }