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

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.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>eric6.ViewManager</h1>
23 <p>
24 Package implementing the viewmanager of the eric6 IDE.
25 </p><p>
26 The viewmanager is responsible for the layout of the editor windows. This is
27 the central part of the IDE. In additon to this, the viewmanager provides all
28 editor related actions, menus and toolbars.
29 </p><p>
30 View managers are provided as plugins and loaded via the factory function. If
31 the requested view manager type is not available, tabview will be used by
32 default.
33 </p>
34
35
36 <h3>Modules</h3>
37 <table>
38 <tr>
39 <td><a href="eric6.ViewManager.BookmarkedFilesDialog.html">BookmarkedFilesDialog</a></td>
40 <td>Module implementing a configuration dialog for the bookmarked files menu.</td>
41 </tr><tr>
42 <td><a href="eric6.ViewManager.ViewManager.html">ViewManager</a></td>
43 <td>Module implementing the viewmanager base class.</td>
44 </tr><tr>
45 <td><a href="eric6.ViewManager.__init__.html">ViewManager</a></td>
46 <td>Package implementing the viewmanager of the eric6 IDE.</td>
47 </tr>
48 </table>
49 </body></html>

eric ide

mercurial