class DownloaderGUI(object): (source)
Constructor: DownloaderGUI(dataserver, use_threads)
Graphical interface for downloading packages from the NLTK data server.
Method | __init__ |
Undocumented |
Method | about |
Undocumented |
Method | destroy |
Undocumented |
Method | help |
Undocumented |
Method | mainloop |
Undocumented |
Constant | COLUMN |
A dictionary specifying how columns should be resized when the table is resized. Columns with weight 0 will not be resized at all; and columns with high weight will be resized more. Default weight (for columns not explicitly listed) is 1. |
Constant | COLUMN |
A dictionary specifying how wide each column should be, in characters. The default width (for columns not explicitly listed) is specified by DEFAULT_COLUMN_WIDTH. |
Constant | COLUMNS |
A list of the names of columns. This controls the order in which the columns will appear. If this is edited, then _package_to_columns() may need to be edited to match. |
Constant | DEFAULT |
The default width for columns that are not explicitly listed in COLUMN_WIDTHS. |
Constant | HELP |
Undocumented |
Constant | INITIAL |
The set of columns that should be displayed by default. |
Instance Variable | top |
Undocumented |
Class | _ |
Undocumented |
Method | _abort |
Undocumented |
Method | _clear |
Undocumented |
Method | _color |
Undocumented |
Method | _destroy |
Undocumented |
Method | _download |
Undocumented |
Method | _download |
Undocumented |
Method | _download |
Undocumented |
Method | _fill |
Undocumented |
Method | _info |
Undocumented |
Method | _info |
Undocumented |
Method | _init |
Undocumented |
Method | _init |
Undocumented |
Method | _init |
Undocumented |
Method | _log |
Undocumented |
Method | _mark |
Undocumented |
Method | _monitor |
Undocumented |
Method | _next |
Undocumented |
Method | _package |
Given a package, return a list of values describing that package, one for each column in self.COLUMNS. |
Method | _prev |
Undocumented |
Method | _progress |
Undocumented |
Method | _refresh |
Undocumented |
Method | _select |
Undocumented |
Method | _select |
Undocumented |
Method | _select |
Undocumented |
Method | _set |
Undocumented |
Method | _set |
Undocumented |
Method | _show |
Undocumented |
Method | _show |
Undocumented |
Method | _show |
Undocumented |
Method | _table |
Undocumented |
Method | _table |
Undocumented |
Method | _update |
Undocumented |
Constant | _BACK |
Undocumented |
Constant | _BACKDROP |
Undocumented |
Constant | _DL |
Undocumented |
Constant | _FRONT |
Undocumented |
Constant | _MARK |
Undocumented |
Constant | _MONITOR |
Undocumented |
Constant | _PROGRESS |
Undocumented |
Constant | _ROW |
Undocumented |
Constant | _TAB |
Undocumented |
Class Variable | _gradient |
Undocumented |
Class Variable | _rows |
Undocumented |
Instance Variable | _afterid |
Undocumented |
Instance Variable | _column |
Undocumented |
Instance Variable | _destroyed |
Undocumented |
Instance Variable | _download |
Undocumented |
Instance Variable | _download |
Undocumented |
Instance Variable | _download |
Undocumented |
Instance Variable | _download |
Undocumented |
Instance Variable | _downloading |
Undocumented |
Instance Variable | _ds |
Undocumented |
Instance Variable | _info |
Undocumented |
Instance Variable | _log |
Undocumented |
Instance Variable | _log |
Undocumented |
Instance Variable | _progressbar |
Undocumented |
Instance Variable | _progresslabel |
Undocumented |
Instance Variable | _refresh |
Undocumented |
Instance Variable | _tab |
Undocumented |
Instance Variable | _tab |
Undocumented |
Instance Variable | _table |
Undocumented |
Instance Variable | _tabs |
Undocumented |
Instance Variable | _use |
Undocumented |
A dictionary specifying how columns should be resized when the table is resized. Columns with weight 0 will not be resized at all; and columns with high weight will be resized more. Default weight (for columns not explicitly listed) is 1.
Value |
|
A dictionary specifying how wide each column should be, in characters. The default width (for columns not explicitly listed) is specified by DEFAULT_COLUMN_WIDTH.
Value |
|
A list of the names of columns. This controls the order in which the columns will appear. If this is edited, then _package_to_columns() may need to be edited to match.
Value |
|
Undocumented
Value |
|
The set of columns that should be displayed by default.
Value |
|
Given a package, return a list of values describing that package, one for each column in self.COLUMNS.
Undocumented
Value |
|