src/eric7/Documentation/Source/index-eric7.ViewManager.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10479
856476537696
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.ViewManager</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <h1>eric7.ViewManager</h1>
9
10 <p>
11 Package implementing the viewmanager of the eric IDE.
12 </p>
13 <p>
14 The viewmanager is responsible for the layout of the editor windows. This is
15 the central part of the IDE. In additon to this, the viewmanager provides all
16 editor related actions, menus and toolbars.
17 </p>
18 <p>
19 View managers are provided as plugins and loaded via the factory function. If
20 the requested view manager type is not available, tabview will be used by
21 default.
22 </p>
23
24
25 <h3>Modules</h3>
26 <table>
27
28 <tr>
29 <td><a href="eric7.ViewManager.BookmarkedFilesDialog.html">BookmarkedFilesDialog</a></td>
30 <td>Module implementing a configuration dialog for the bookmarked files menu.</td>
31 </tr>
32 <tr>
33 <td><a href="eric7.ViewManager.ViewManager.html">ViewManager</a></td>
34 <td>Module implementing the view manager base class.</td>
35 </tr>
36 <tr>
37 <td><a href="eric7.ViewManager.__init__.html">ViewManager</a></td>
38 <td>Package implementing the viewmanager of the eric IDE.</td>
39 </tr>
40 </table>
41 </body></html>

eric ide

mercurial