📄 bitreenode2.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTreeNode2" extends="BiObject"> <description>This class is used to build up the tree for the tree model to use with the<link class="BiTreeView">BiTreeView</link> and<link class="BiTreeDataModel">BiTreeDataModel</link> </description> <arguments> <argument name="oData"> <description>The data to associate with the node</description> <type>Object</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="add"> <description>Adds a child node to the current node</description> <arguments> <argument name="oChild"> <description>The node to add</description> <type> <link class="BiTreeNode2">BiTreeNode2</link> </type> </argument> <argument name="oBefore" optional="true"> <description>Optional argument that gives the child that the new child should be added before</description> <type> <link class="BiTreeNode2">BiTreeNode2</link> </type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="remove"> <description>Removes a child node from the current node</description> <arguments> <argument name="oChild"> <description>The node to remove</description> <type> <link class="BiTreeNode2">BiTreeNode2</link> </type> </argument> </arguments> <returns> <type> <link class="BiTreeNode2">BiTreeNode2</link> </type> </returns> </method> </methods> <properties> <property name="parent" get="true"> <description>The parent tree node</description> <type> <link class="BiTreeNode2">BiTreeNode2</link> </type> </property> <property name="data" get="true" set="true"> <description>The data that is associated to the node</description> <type>Object[]</type> </property> <property name="children" get="true"> <description>The child nodes of the tree node</description> <type> <link class="BiTreeNode2">BiTreeNode2[]</link> </type> </property> <property name="hasChildren" get="true"> <description>whether the tree node has any children</description> <type>Boolean</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -