7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
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> |
284 | 284 |
285 <p> | 285 <p> |
286 Public method to get the names of the various project browsers. | 286 Public method to get the names of the various project browsers. |
287 </p> | 287 </p> |
288 <dl> | 288 <dl> |
289 <dt>Returns:</dt> | 289 <dt>Return:</dt> |
290 <dd> | 290 <dd> |
291 list of project browser names (list of string) | 291 list of project browser names (list of string) |
292 </dd> | 292 </dd> |
293 </dl> | 293 </dl> |
294 <a NAME="ProjectBrowser.getProjectBrowsers" ID="ProjectBrowser.getProjectBrowsers"></a> | 294 <a NAME="ProjectBrowser.getProjectBrowsers" ID="ProjectBrowser.getProjectBrowsers"></a> |
297 | 297 |
298 <p> | 298 <p> |
299 Public method to get references to the individual project browsers. | 299 Public method to get references to the individual project browsers. |
300 </p> | 300 </p> |
301 <dl> | 301 <dl> |
302 <dt>Returns:</dt> | 302 <dt>Return:</dt> |
303 <dd> | 303 <dd> |
304 list of references to project browsers | 304 list of references to project browsers |
305 </dd> | 305 </dd> |
306 </dl> | 306 </dl> |
307 <a NAME="ProjectBrowser.handleEditorChanged" ID="ProjectBrowser.handleEditorChanged"></a> | 307 <a NAME="ProjectBrowser.handleEditorChanged" ID="ProjectBrowser.handleEditorChanged"></a> |