eu.keep.uphec.technicalregistries.edittechnicalregistry
Class EditTechnicalRegistryDialog

Object
  extended by EditTechnicalRegistryDialog

public class EditTechnicalRegistryDialog
extends Object

The EditTechnicalRegistryDialog class defines a dialog for enabling users to modify the properties of the selected technical registry

Author:
Antonio Ciuffreda

Field Summary
protected  javax.swing.JTextField classname_input
           
protected  javax.swing.JTextArea comment_input
           
protected  javax.swing.JTextArea description_input
           
 javax.swing.JDialog dialog
           
protected  javax.swing.JTextField id_input
           
protected  javax.swing.JTextField name_input
           
protected  javax.swing.JComboBox selected_input
           
protected  javax.swing.JTextField url_input
           
 
Constructor Summary
EditTechnicalRegistryDialog(TechnicalRegistriesListDialog main_dialog, CoreEngineModel model, Integer selectedRow)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

public javax.swing.JDialog dialog

name_input

protected javax.swing.JTextField name_input

url_input

protected javax.swing.JTextField url_input

classname_input

protected javax.swing.JTextField classname_input

selected_input

protected javax.swing.JComboBox selected_input

comment_input

protected javax.swing.JTextArea comment_input

description_input

protected javax.swing.JTextArea description_input

id_input

protected javax.swing.JTextField id_input
Constructor Detail

EditTechnicalRegistryDialog

public EditTechnicalRegistryDialog(TechnicalRegistriesListDialog main_dialog,
                                   CoreEngineModel model,
                                   Integer selectedRow)