| Class Summary | 
| BackgroundPanel | The BackgroundPanel class defines a panel with a specific background image | 
| CellsRenderer | The CellsRenderer class defines the way cells in the TechnicalRegistriesTable are displayed
 
 * @author Antonio Ciuffreda | 
| CloseButtonListener | The CloseButtonListener class is responsible for defining the events 
 caused by the firing of the close_button button in a TechnicalRegistriesListDialog instance
 
 *@author Antonio Ciuffreda | 
| EmptyCellsRenderer | The EmptyCellsRenderer class defines the way empty cells in the TechnicalRegistriesTable are displayed
 
 *@author Antonio Ciuffreda | 
| SelectionEditor | The SelectionEditor class defines the methods to edit values 
 in the TechnicalRegistriesTable cells | 
| SelectionRenderer | The SelectionRenderer class defines the rendering of an TechnicalRegistriesTable cell when 
 its row has been selected or not | 
| TechnicalRegistriesListDialog | The TechnicalRegistriesListDialog class defines the dialog window that enables the users to visualise 
 the list of available technical registries to use for file characterisation activities and to perform
 manipulation activities upon these technical registries | 
| TechnicalRegistriesTable | The TechnicalRegistriesTable class defines the table which would include the list of 
 technical registries available to use for characterising selected digital objects | 
| TechnicalRegistriesTableModel | The TechnicalRegistriesTableModel class is responsible for specifying the methods 
 that TechnicalRegistriesTable in the TechnicalRegistriesListDialog will use to interrogate 
 a tabular data model | 
| TechnicalRegistriesTableModelListener | The TechnicalRegistriesTableModelListener class is responsible for handling the events 
 in the TechnicalRegistriesTable |