|
Class Summary |
| BottomField |
The BottomField ist the panel at the lower part of the window that is diplayed during
replaying of CDs and where several information like title, artist, album, time and
cover image are shown. |
| CDInfo |
Class for CD data; it is used to store information for a full CD (= "album"); the stored
information are used for displaying the CD within the list of albums of an artist, to
synchronize with the database and others. |
| CDPlay |
This class implements the functionality that is required to replay the FLAC audio data. |
| CDPlayManager |
This class manages the different replaying methods for CD data: single tracks, sequential and shuffle using
albums/artists/all data. |
| ConfigData |
This class handles reading of the configuration file and stores the values read from
there. these values are accessed by the application not only in package system. |
| CustomPanel |
This is the base class for all panels that are displayed from time to time to
offer additional user interaction. |
| DialoguePanel |
|
| DirFilter |
This simple class defines filter rules for directory listings, here all
files with extensions that are used internally but should not be used or
displayed are defined. |
| DVDInfo |
This is a storage class for DVD information like they are used to identify a DVD, to
display information about it to the user and to find it for replaying |
| JFixedPanel |
|
| KeyHelpPanel |
|
| LCDController |
This class comtains the functionality to send data to an optionally connected LCD. |
| MediaInfo |
This class handles general media inf othat do not belong to any of the other types CD or DVD. |
| MenuField |
This class implements a single user interface element that can be selected by the user
with the cursor up/down keys. |
| NEJField |
|
| NEJTextField |
|
| NEXIntegerField |
|
| PoddydClient |
This class implements the client connection to the remote poddy-server to retrieve/update CD and DVD data
and to synchronize with a users remote account that contains scheduled recording information. |
| PoddyFrame |
This is the base class for the main window of the main and setup application. |
| QuestionPanel |
This class can be used to ask simple questions that can be answered with one of two possible
options. |
| RecordInfo |
This is a storage class for recording information of the video recorder. |
| RecordPanel |
This class implements a custom panel that can be used to program a new video recorder schedule. |
| SearchPanel |
This is a (currently unused base implementation of a) panel that allows it to search for special
items like artists, album names, track names, movies or series by their name. |
| SetupWin |
|
| SQLAccess |
This is a base class for all SQL database access operations. |
| SQLLocalAccess |
This method inherits from SQLAccess and implements the functionalities for accessing the local
SmallSQL database. |
| StationInfo |
This is a storage class for a TV station as scanned by the appropriate station scanning information. |
| StationsList |
The StationsList provides functionality to manage a complete list of TV stations that is available
for the main application |
| StationsPanel |
This class is a custom panel that displays the list of available stations for editing
their names and to exchange their positions to bring them in an order that is useful
and easy to remember for the user. |
| TopField |
This class implements displaying and layout of the top panel which acts as title bar within the main application
and which is visible nearly always. |
| TrackInfo |
This is a storage class for a single track within a CD album. |