Table 2: Definitions
Definition |
Description |
Content Listing Engine |
Engine for creating list models and monitoring item changes
with Changed Item Observer.
|
Content Listing Factory |
Factory for creating Content Listing Framework related objects like
Content Listing Engines, modifiable items and sorting styles.
|
Grouping |
Items in the List Model are arranged to some specific groups. For
example, music files can be grouped by artist names.
|
ID3-tag |
Tags that are used to store file information (artist, song name,
album etc.) in mp3-music files. See http://www.id3.org |
Item |
One item represents one media file in the file system. Item contains
information about the corresponding media file.
|
List Model |
List Model contains all items that are requested. You can request,
for example, all image files to the List Model. List Model can be also modified
and filtered with sorters, groupers and post filters.
|
Post Filter |
Post filter can be used to exclude items from the List Model. |
Refresh |
Refresh operation updates the List Model by using defined modification
tools. Non-blocking version of refresh will also fetch an updated list of
items from the server.
|