eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 8418
756f7fb88224
parent 8403
d9fd02e8c28b
child 8432
074407b4c107
--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html	Wed Jun 09 17:50:02 2021 +0200
+++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html	Wed Jun 09 17:51:02 2021 +0200
@@ -366,6 +366,10 @@
 <td>Private method to create the layout of the various windows.</td>
 </tr>
 <tr>
+<td><a href="#UserInterface.__createObjects">__createObjects</a></td>
+<td>Private method to create the various objects of the application.</td>
+</tr>
+<tr>
 <td><a href="#UserInterface.__createSidebarsLayout">__createSidebarsLayout</a></td>
 <td>Private method to create the Sidebars layout.</td>
 </tr>
@@ -1501,53 +1505,46 @@
 </dl>
 <a NAME="UserInterface.__createLayout" ID="UserInterface.__createLayout"></a>
 <h4>UserInterface.__createLayout</h4>
-<b>__createLayout</b>(<i>debugServer</i>)
+<b>__createLayout</b>(<i></i>)
 
 <p>
         Private method to create the layout of the various windows.
 </p>
 <dl>
 
-<dt><i>debugServer</i></dt>
-<dd>
-reference to the debug server object
-</dd>
-</dl>
-<dl>
-
 <dt>Raises <b>ValueError</b>:</dt>
 <dd>
 raised to indicate an invalid layout type
 </dd>
 </dl>
-<a NAME="UserInterface.__createSidebarsLayout" ID="UserInterface.__createSidebarsLayout"></a>
-<h4>UserInterface.__createSidebarsLayout</h4>
-<b>__createSidebarsLayout</b>(<i>debugServer</i>)
+<a NAME="UserInterface.__createObjects" ID="UserInterface.__createObjects"></a>
+<h4>UserInterface.__createObjects</h4>
+<b>__createObjects</b>(<i>debugServer</i>)
 
 <p>
-        Private method to create the Sidebars layout.
+        Private method to create the various objects of the application.
 </p>
 <dl>
 
-<dt><i>debugServer</i></dt>
+<dt><i>debugServer</i> (DebugServer)</dt>
 <dd>
 reference to the debug server object
 </dd>
 </dl>
+<a NAME="UserInterface.__createSidebarsLayout" ID="UserInterface.__createSidebarsLayout"></a>
+<h4>UserInterface.__createSidebarsLayout</h4>
+<b>__createSidebarsLayout</b>(<i></i>)
+
+<p>
+        Private method to create the Sidebars layout.
+</p>
 <a NAME="UserInterface.__createToolboxesLayout" ID="UserInterface.__createToolboxesLayout"></a>
 <h4>UserInterface.__createToolboxesLayout</h4>
-<b>__createToolboxesLayout</b>(<i>debugServer</i>)
+<b>__createToolboxesLayout</b>(<i></i>)
 
 <p>
         Private method to create the Toolboxes layout.
 </p>
-<dl>
-
-<dt><i>debugServer</i></dt>
-<dd>
-reference to the debug server object
-</dd>
-</dl>
 <a NAME="UserInterface.__createUnitTestDialog" ID="UserInterface.__createUnitTestDialog"></a>
 <h4>UserInterface.__createUnitTestDialog</h4>
 <b>__createUnitTestDialog</b>(<i></i>)

eric ide

mercurial