📄 bisubtree.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiSubtree" extends="BiObject"> <description>Internal class for handling subtrees</description> <arguments> <argument name="oParent"> <description>The subtree that is the parent of this tree</description> <type> <link class="BiSubtree">BiSubtree</link> </type> </argument> <argument name="oNode"> <description>The data node that this subtree is mapping</description> <type> <link class="BiTreeNode2">BiTreeNode2</link> </type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="getChildAt"> <description>returns the child at nIndex</description> <arguments> <argument name="nIndex"> <description>the index of the child to return</description> <type>Number</type> </argument> </arguments> <returns> <type>Row</type> </returns> </method> <method name="clear"> <description>Removes all children from the sub tree</description> <arguments> </arguments> <returns> <type>void</type> </returns> </method> <method name="insertAt"> <description>This inserts a subtree as a child to the current subtree</description> <arguments> <argument name="oSubtree"> <description>The subtree to add as child</description> <type> <link class="BiSubtree">BiSubtree</link> </type> </argument> <argument name="nIndex"> <description>The position to insert the child at</description> <type>Number</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="removeAt"> <description>This removes a subtree child from the current subtree</description> <arguments> <argument name="nIndex"> <description>The index of the child to remove</description> <type>Number</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> </methods> <properties> <property name="node" get="true"> <description>the node object of the subtree</description> <type> <link class="BiTreeNode2">BiTreeNode2</link> </type> </property> <property name="parent" get="true"> <description>the parent subtree</description> <type> <link class="BiSubtree">BiSubtree</link> </type> </property> <property name="count" get="true"> <description>the number of children</description> <type>Number</type> </property> <property name="subtreeSize" get="true"> <description>the number if descendants</description> <type>Number</type> </property> <property name="selected" get="true"> <description>Whether the tree node is selected</description> <type>Number</type> </property> <property name="isLead" get="true"> <description>Whether the tree node is selection lead</description> <type>Number</type> </property> <property name="isAnchor" get="true"> <description>Whether the tree node is the selection anchor</description> <type>Number</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -