Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 156
478787b5607e
parent 155
375e3c884874
child 158
6a561f87bc07
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html	Fri Mar 26 15:43:36 2010 +0000
+++ b/Documentation/Source/eric5.ViewManager.ViewManager.html	Fri Mar 26 15:57:07 2010 +0000
@@ -302,6 +302,9 @@
 <td><a href="#ViewManager.__findFileName">__findFileName</a></td>
 <td>Private method to handle the search for file action.</td>
 </tr><tr>
+<td><a href="#ViewManager.__getCooperationClient">__getCooperationClient</a></td>
+<td>Private method to initialize and get a reference to the cooperation client.</td>
+</tr><tr>
 <td><a href="#ViewManager.__goto">__goto</a></td>
 <td>Private method to handle the goto action.</td>
 </tr><tr>
@@ -662,6 +665,9 @@
 <td><a href="#ViewManager.initViewToolbar">initViewToolbar</a></td>
 <td>Public method to create the View toolbar</td>
 </tr><tr>
+<td><a href="#ViewManager.isConnected">isConnected</a></td>
+<td>Public method to check the connection status of the IDE.</td>
+</tr><tr>
 <td><a href="#ViewManager.newEditor">newEditor</a></td>
 <td>Public slot to generate a new empty editor.</td>
 </tr><tr>
@@ -1070,7 +1076,18 @@
 <b>__findFileName</b>(<i></i>)
 <p>
         Private method to handle the search for file action.
-</p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a>
+</p><a NAME="ViewManager.__getCooperationClient" ID="ViewManager.__getCooperationClient"></a>
+<h4>ViewManager.__getCooperationClient</h4>
+<b>__getCooperationClient</b>(<i></i>)
+<p>
+        Private method to initialize and get a reference to the cooperation
+        client.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the cooperation client (CooperationClient)
+</dd>
+</dl><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a>
 <h4>ViewManager.__goto</h4>
 <b>__goto</b>(<i></i>)
 <p>
@@ -2151,6 +2168,16 @@
 <dd>
 the generated toolbar
 </dd>
+</dl><a NAME="ViewManager.isConnected" ID="ViewManager.isConnected"></a>
+<h4>ViewManager.isConnected</h4>
+<b>isConnected</b>(<i></i>)
+<p>
+        Public method to check the connection status of the IDE.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the connection status (boolean)
+</dd>
 </dl><a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a>
 <h4>ViewManager.newEditor</h4>
 <b>newEditor</b>(<i></i>)

eric ide

mercurial