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

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

eric ide

mercurial