Documentation/Source/index-eric4.ViewManager.html

changeset 3
0d9daebf5b8c
equal deleted inserted replaced
2:bc6196164237 3:0d9daebf5b8c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
4 <html><head>
5 <title>eric4.ViewManager</title>
6 <style>
7 body {
8 background:white;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #4FA4FF; }
14 h2 { color: white; background: #4FA4FF; }
15 h3 { color: white; background: #00557F; }
16 h4 { color: white; background: #00557F; }
17
18 a { color: #AA5500; }
19
20 </style>
21 </head>
22 <body>
23 <h1>eric4.ViewManager</h1>
24 <p>
25 Package implementing the viewmanager of the eric4 IDE.
26 </p><p>
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
29 editor related actions, menus and toolbars.
30 </p><p>
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
33 default.
34 </p>
35
36
37 <h3>Modules</h3>
38 <table>
39 <tr>
40 <td><a href="eric4.ViewManager.BookmarkedFilesDialog.html">BookmarkedFilesDialog</a></td>
41 <td>Module implementing a configuration dialog for the bookmarked files menu.</td>
42 </tr><tr>
43 <td><a href="eric4.ViewManager.ViewManager.html">ViewManager</a></td>
44 <td>Module implementing the viewmanager base class.</td>
45 </tr><tr>
46 <td><a href="eric4.ViewManager.__init__.html">ViewManager</a></td>
47 <td>Package implementing the viewmanager of the eric4 IDE.</td>
48 </tr>
49 </table>
50 </body></html>

eric ide

mercurial