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

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.ViewManager</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>eric7.ViewManager</h1>
23
24 <p>
25 Package implementing the viewmanager of the eric IDE.
26 </p>
27 <p>
28 The viewmanager is responsible for the layout of the editor windows. This is
29 the central part of the IDE. In additon to this, the viewmanager provides all
30 editor related actions, menus and toolbars.
31 </p>
32 <p>
33 View managers are provided as plugins and loaded via the factory function. If
34 the requested view manager type is not available, tabview will be used by
35 default.
36 </p>
37
38
39 <h3>Modules</h3>
40 <table>
41
42 <tr>
43 <td><a href="eric7.ViewManager.BookmarkedFilesDialog.html">BookmarkedFilesDialog</a></td>
44 <td>Module implementing a configuration dialog for the bookmarked files menu.</td>
45 </tr>
46 <tr>
47 <td><a href="eric7.ViewManager.ViewManager.html">ViewManager</a></td>
48 <td>Module implementing the view manager base class.</td>
49 </tr>
50 <tr>
51 <td><a href="eric7.ViewManager.__init__.html">ViewManager</a></td>
52 <td>Package implementing the viewmanager of the eric IDE.</td>
53 </tr>
54 </table>
55 </body></html>

eric ide

mercurial