src/eric7/Documentation/Source/index-eric7.UI.html

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

eric ide

mercurial