21 <body> |
21 <body> |
22 <a NAME="top" ID="top"></a> |
22 <a NAME="top" ID="top"></a> |
23 <h1>eric6.Project.ProjectBrowser</h1> |
23 <h1>eric6.Project.ProjectBrowser</h1> |
24 |
24 |
25 <p> |
25 <p> |
26 Module implementing the project browser part of the eric6 UI. |
26 Module implementing the project browser part of the eric UI. |
27 </p> |
27 </p> |
28 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
29 |
29 |
30 <table> |
30 <table> |
31 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
48 <hr /> |
48 <hr /> |
49 <a NAME="ProjectBrowser" ID="ProjectBrowser"></a> |
49 <a NAME="ProjectBrowser" ID="ProjectBrowser"></a> |
50 <h2>ProjectBrowser</h2> |
50 <h2>ProjectBrowser</h2> |
51 |
51 |
52 <p> |
52 <p> |
53 Class implementing the project browser part of the eric6 UI. |
53 Class implementing the project browser part of the eric UI. |
54 </p> |
54 </p> |
55 <p> |
55 <p> |
56 It generates a widget with up to seven tabs. The individual tabs contain |
56 It generates a widget with up to seven tabs. The individual tabs contain |
57 the project sources browser, the project forms browser, |
57 the project sources browser, the project forms browser, |
58 the project resources browser, the project translations browser, |
58 the project resources browser, the project translations browser, |
271 Valid names are "sources, forms, resources, translations, |
271 Valid names are "sources, forms, resources, translations, |
272 interfaces, protocols, others". |
272 interfaces, protocols, others". |
273 </dd> |
273 </dd> |
274 </dl> |
274 </dl> |
275 <dl> |
275 <dl> |
276 <dt>Returns:</dt> |
276 <dt>Return:</dt> |
277 <dd> |
277 <dd> |
278 reference to the requested browser or None |
278 reference to the requested browser or None |
279 </dd> |
279 </dd> |
280 </dl> |
280 </dl> |
281 <a NAME="ProjectBrowser.getProjectBrowserNames" ID="ProjectBrowser.getProjectBrowserNames"></a> |
281 <a NAME="ProjectBrowser.getProjectBrowserNames" ID="ProjectBrowser.getProjectBrowserNames"></a> |