20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body> |
22 <body> |
23 <h1>eric5.ViewManager</h1> |
23 <h1>eric5.ViewManager</h1> |
24 <p> |
24 <p> |
25 Package implementing the viewmanager of the eric5 IDE. |
25 Package implementing the viewmanager of the eric5 IDE. |
26 </p><p> |
26 </p><p> |
27 The viewmanager is responsible for the layout of the editor windows. This is |
27 The viewmanager is responsible for the layout of the editor windows. This is |
28 the central part of the IDE. In additon to this, the viewmanager provides all |
28 the central part of the IDE. In additon to this, the viewmanager provides all |
29 editor related actions, menus and toolbars. |
29 editor related actions, menus and toolbars. |
30 </p><p> |
30 </p><p> |
31 View managers are provided as plugins and loaded via the factory function. If |
31 View managers are provided as plugins and loaded via the factory function. If |
32 the requested view manager type is not available, tabview will be used by |
32 the requested view manager type is not available, tabview will be used by |
33 default. |
33 default. |
34 </p> |
34 </p> |
35 |
35 |
36 |
36 |
37 <h3>Modules</h3> |
37 <h3>Modules</h3> |
38 <table> |
38 <table> |
39 <tr> |
39 <tr> |
40 <td><a href="eric5.ViewManager.BookmarkedFilesDialog.html">BookmarkedFilesDialog</a></td> |
40 <td><a href="eric5.ViewManager.BookmarkedFilesDialog.html">BookmarkedFilesDialog</a></td> |
41 <td>Module implementing a configuration dialog for the bookmarked files menu.</td> |
41 <td>Module implementing a configuration dialog for the bookmarked files menu.</td> |
42 </tr><tr> |
42 </tr><tr> |
43 <td><a href="eric5.ViewManager.ViewManager.html">ViewManager</a></td> |
43 <td><a href="eric5.ViewManager.ViewManager.html">ViewManager</a></td> |
44 <td>Module implementing the viewmanager base class.</td> |
44 <td>Module implementing the viewmanager base class.</td> |
45 </tr><tr> |
45 </tr><tr> |
46 <td><a href="eric5.ViewManager.__init__.html">ViewManager</a></td> |
46 <td><a href="eric5.ViewManager.__init__.html">ViewManager</a></td> |
47 <td>Package implementing the viewmanager of the eric5 IDE.</td> |
47 <td>Package implementing the viewmanager of the eric5 IDE.</td> |
48 </tr> |
48 </tr> |
49 </table> |
49 </table> |
50 </body></html> |
50 </body></html> |