table_factory
appimage_updater.ui.table_factory
¶
Table factory for creating standardized Rich tables.
TableFactory
¶
Factory for creating standardized Rich tables.
create_applications_table(title='Configured Applications')
staticmethod
¶
Create standard applications table.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
title
|
str
|
Table title |
'Configured Applications'
|
Returns:
Type | Description |
---|---|
Table
|
Configured Rich Table instance |