📄 biadf.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiAdf" extends="BiXmlLoader"> <description>This class handles the loading and interpretation of the Application Definition File (ADF).</description> <arguments> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="parseXmlResources"> <description>This is called by <link class="BiApplication">BiApplication</link> to instantiate the objects defined in the ADF file.</description> <arguments> </arguments> <returns> <type>void</type> </returns> </method> </methods> <properties> <property name="caption" get="true" set="true"> <description>The desired caption for the application window</description> <type>String</type> </property> <property name="xmlResourceParser" get="true"> <description>The<link class="BiXmlResourceParser">BiXmlResourceParser</link> that is being used to parse the Window section of the ADF file</description> <type> <link class="BiXmlResourceParser">BiXmlResourceParser</link> </type> </property> <property name="autoNameMapping" get="true" set="true"> <description>When this is true any XML object that has an id attribute will create a global reference to the object created from this XML element. This property is mapped to the <link>xmlResourceParser</link> as well as the resource loader used to load the resources.</description> <type>Boolean</type> </property> </properties> <events> </events> <remarks>To change the actual window title after the application window has been been created use <code>application.getWindow().setTitle()</code>. See <link class="BiApplicationWindow">BiApplicationWindow</link> for more info.</remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -