eu.keep.uphec.technicalregistries
Class TechnicalRegistriesListDialog

Object
  extended by TechnicalRegistriesListDialog

public class TechnicalRegistriesListDialog
extends Object

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

Author:
Antonio Ciuffreda

Field Summary
 javax.swing.JInternalFrame internal_frame
           
 TechnicalRegistriesVisualMenu panel_1
           
 TechnicalRegistriesTable table
           
 
Constructor Summary
TechnicalRegistriesListDialog(javax.swing.JFrame mainWindowFrame, CoreEngineModel model)
           
 
Method Summary
 void display_num_technical_registries_string(List<DBRegistry> registry_list)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

internal_frame

public javax.swing.JInternalFrame internal_frame

panel_1

public TechnicalRegistriesVisualMenu panel_1

table

public TechnicalRegistriesTable table
Constructor Detail

TechnicalRegistriesListDialog

public TechnicalRegistriesListDialog(javax.swing.JFrame mainWindowFrame,
                                     CoreEngineModel model)
                              throws javax.xml.transform.TransformerException,
                                     javax.xml.parsers.ParserConfigurationException,
                                     Exception
Throws:
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException
Exception
Method Detail

display_num_technical_registries_string

public void display_num_technical_registries_string(List<DBRegistry> registry_list)