eric7/Documentation/Source/index-eric7.UI.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.UI</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.UI</h1>
23
24 <p>
25 Package implementing the main user interface and general purpose dialogs.
26 </p>
27 <p>
28 This package contains the main user interface and some general purpose
29 dialogs as well as dialogs not fitting the other more specific categories.
30 </p>
31
32 <h3>Packages</h3>
33 <table>
34
35 <tr>
36 <td><a href="index-eric7.UI.Previewers.html">Previewers</a></td>
37 <td>Package containing the various previewer modules.</td>
38 </tr>
39 <tr>
40 <td><a href="index-eric7.UI.data.html">data</a></td>
41 <td>Package defining some data used by UI widgets.</td>
42 </tr>
43 </table>
44
45 <h3>Modules</h3>
46 <table>
47
48 <tr>
49 <td><a href="eric7.UI.AuthenticationDialog.html">AuthenticationDialog</a></td>
50 <td>Module implementing the authentication dialog for the help browser.</td>
51 </tr>
52 <tr>
53 <td><a href="eric7.UI.Browser.html">Browser</a></td>
54 <td>Module implementing a browser with class browsing capabilities.</td>
55 </tr>
56 <tr>
57 <td><a href="eric7.UI.BrowserModel.html">BrowserModel</a></td>
58 <td>Module implementing the browser model.</td>
59 </tr>
60 <tr>
61 <td><a href="eric7.UI.BrowserSortFilterProxyModel.html">BrowserSortFilterProxyModel</a></td>
62 <td>Module implementing the browser sort filter proxy model.</td>
63 </tr>
64 <tr>
65 <td><a href="eric7.UI.ClearPrivateDataDialog.html">ClearPrivateDataDialog</a></td>
66 <td>Module implementing a dialog to select which private data to clear.</td>
67 </tr>
68 <tr>
69 <td><a href="eric7.UI.CodeDocumentationViewer.html">CodeDocumentationViewer</a></td>
70 <td>Module implementing a widget to show some source code information provided by plug-ins.</td>
71 </tr>
72 <tr>
73 <td><a href="eric7.UI.CodeDocumentationViewerTemplate.html">CodeDocumentationViewerTemplate</a></td>
74 <td>Module implementing functions to prepare an HTML documentation view.</td>
75 </tr>
76 <tr>
77 <td><a href="eric7.UI.CompareDialog.html">CompareDialog</a></td>
78 <td>Module implementing a dialog to compare two files and show the result side by side.</td>
79 </tr>
80 <tr>
81 <td><a href="eric7.UI.Config.html">Config</a></td>
82 <td>Module defining common data to be used by all windows..</td>
83 </tr>
84 <tr>
85 <td><a href="eric7.UI.DeleteFilesConfirmationDialog.html">DeleteFilesConfirmationDialog</a></td>
86 <td>Module implementing a dialog to confirm deletion of multiple files.</td>
87 </tr>
88 <tr>
89 <td><a href="eric7.UI.DiffDialog.html">DiffDialog</a></td>
90 <td>Module implementing a dialog to compare two files.</td>
91 </tr>
92 <tr>
93 <td><a href="eric7.UI.DiffHighlighter.html">DiffHighlighter</a></td>
94 <td>Module implementing a syntax highlighter for unified and context diff outputs.</td>
95 </tr>
96 <tr>
97 <td><a href="eric7.UI.EmailDialog.html">EmailDialog</a></td>
98 <td>Module implementing a dialog to send bug reports or feature requests.</td>
99 </tr>
100 <tr>
101 <td><a href="eric7.UI.ErrorLogDialog.html">ErrorLogDialog</a></td>
102 <td>Module implementing a dialog to display an error log.</td>
103 </tr>
104 <tr>
105 <td><a href="eric7.UI.FindFileDialog.html">FindFileDialog</a></td>
106 <td>Module implementing a dialog to search for text in files.</td>
107 </tr>
108 <tr>
109 <td><a href="eric7.UI.FindFileNameDialog.html">FindFileNameDialog</a></td>
110 <td>Module implementing a dialog to search for files.</td>
111 </tr>
112 <tr>
113 <td><a href="eric7.UI.Info.html">Info</a></td>
114 <td>Module defining some informational strings.</td>
115 </tr>
116 <tr>
117 <td><a href="eric7.UI.InstallInfoDialog.html">InstallInfoDialog</a></td>
118 <td>Module implementing a dialog to show information about the installation.</td>
119 </tr>
120 <tr>
121 <td><a href="eric7.UI.LogView.html">LogView</a></td>
122 <td>Module implementing the log viewer widget and the log widget.</td>
123 </tr>
124 <tr>
125 <td><a href="eric7.UI.NotificationWidget.html">NotificationWidget</a></td>
126 <td>Module implementing a Notification widget.</td>
127 </tr>
128 <tr>
129 <td><a href="eric7.UI.NumbersWidget.html">NumbersWidget</a></td>
130 <td>Module implementing a widget to show numbers in different formats.</td>
131 </tr>
132 <tr>
133 <td><a href="eric7.UI.PixmapCache.html">PixmapCache</a></td>
134 <td>Module implementing a pixmap cache for icons.</td>
135 </tr>
136 <tr>
137 <td><a href="eric7.UI.Previewer.html">Previewer</a></td>
138 <td>Module implementing a previewer widget for HTML, Markdown and ReST files.</td>
139 </tr>
140 <tr>
141 <td><a href="eric7.UI.PythonAstViewer.html">PythonAstViewer</a></td>
142 <td>Module implementing a widget to visualize the Python AST for some Python sources.</td>
143 </tr>
144 <tr>
145 <td><a href="eric7.UI.PythonDisViewer.html">PythonDisViewer</a></td>
146 <td>Module implementing a widget to visualize the Python Disassembly for some Python sources.</td>
147 </tr>
148 <tr>
149 <td><a href="eric7.UI.SearchWidget.html">SearchWidget</a></td>
150 <td>Module implementing the search box for the shell and log viewer.</td>
151 </tr>
152 <tr>
153 <td><a href="eric7.UI.SplashScreen.html">SplashScreen</a></td>
154 <td>Module implementing a splashscreen for eric.</td>
155 </tr>
156 <tr>
157 <td><a href="eric7.UI.SymbolsWidget.html">SymbolsWidget</a></td>
158 <td>Module implementing a widget to select a symbol in various formats.</td>
159 </tr>
160 <tr>
161 <td><a href="eric7.UI.UserInterface.html">UserInterface</a></td>
162 <td>Module implementing the main user interface.</td>
163 </tr>
164 </table>
165 </body></html>

eric ide

mercurial