diff -r 73cad09faca9 -r cd14023a8ac1 Documentation/Source/eric5.UI.BrowserModel.html --- a/Documentation/Source/eric5.UI.BrowserModel.html Thu May 22 18:24:25 2014 +0200 +++ b/Documentation/Source/eric5.UI.BrowserModel.html Thu May 22 19:49:41 2014 +0200 @@ -336,6 +336,9 @@ </tr><tr> <td><a href="#BrowserClassItem.lineno">lineno</a></td> <td>Public method returning the line number defining this object.</td> +</tr><tr> +<td><a href="#BrowserClassItem.name">name</a></td> +<td>Public method to return the name of the item.</td> </tr> </table> <h3>Static Methods</h3> @@ -429,6 +432,16 @@ <dd> line number defining the object (integer) </dd> +</dl><a NAME="BrowserClassItem.name" ID="BrowserClassItem.name"></a> +<h4>BrowserClassItem.name</h4> +<b>name</b>(<i></i>) +<p> + Public method to return the name of the item. +</p><dl> +<dt>Returns:</dt> +<dd> +name of the item (string) +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> @@ -1248,6 +1261,9 @@ </tr><tr> <td><a href="#BrowserMethodItem.lineno">lineno</a></td> <td>Public method returning the line number defining this object.</td> +</tr><tr> +<td><a href="#BrowserMethodItem.name">name</a></td> +<td>Public method to return the name of the item.</td> </tr> </table> <h3>Static Methods</h3> @@ -1341,6 +1357,16 @@ <dd> line number defining the object (integer) </dd> +</dl><a NAME="BrowserMethodItem.name" ID="BrowserMethodItem.name"></a> +<h4>BrowserMethodItem.name</h4> +<b>name</b>(<i></i>) +<p> + Public method to return the name of the item. +</p><dl> +<dt>Returns:</dt> +<dd> +name of the item (string) +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> @@ -1849,6 +1875,9 @@ <tr> <td><a href="#BrowserSysPathItem.__init__">BrowserSysPathItem</a></td> <td>Constructor</td> +</tr><tr> +<td><a href="#BrowserSysPathItem.name">name</a></td> +<td>Public method to return the name of the item.</td> </tr> </table> <h3>Static Methods</h3> @@ -1865,6 +1894,16 @@ <dd> parent item </dd> +</dl><a NAME="BrowserSysPathItem.name" ID="BrowserSysPathItem.name"></a> +<h4>BrowserSysPathItem.name</h4> +<b>name</b>(<i></i>) +<p> + Public method to return the name of the item. +</p><dl> +<dt>Returns:</dt> +<dd> +name of the item (string) +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />