eu.keep.uphec.mainwindow.menubar.renderfile.emulation_settings
Class EditFixedDisksDialog

Object
  extended by EditFixedDisksDialog

public class EditFixedDisksDialog
extends Object

The EditFixedDisksDialog class defines the dialog window that enables the users to edit the settings of fixed disks

Author:
Antonio Ciuffreda

Field Summary
protected  javax.swing.JDialog dialog
           
protected  javax.swing.JTextField fixed_disks_cylinder
           
protected  javax.swing.JComboBox fixed_disks_enabled
           
protected  javax.swing.JTextField fixed_disks_heads
           
protected  javax.swing.JTextField fixed_disks_index
           
protected  javax.swing.JComboBox fixed_disks_master
           
protected  javax.swing.JTextField fixed_disks_sectors
           
protected  javax.swing.JTextField fixed_disks_swimg
           
 
Constructor Summary
EditFixedDisksDialog(ManualConfigurationDialog manual_config_dialog, EmulationConfigurationDialog manual_settings_config_dialog, Map<String,List<Map<String,String>>> config)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

protected javax.swing.JDialog dialog

fixed_disks_enabled

protected javax.swing.JComboBox fixed_disks_enabled

fixed_disks_index

protected javax.swing.JTextField fixed_disks_index

fixed_disks_swimg

protected javax.swing.JTextField fixed_disks_swimg

fixed_disks_cylinder

protected javax.swing.JTextField fixed_disks_cylinder

fixed_disks_heads

protected javax.swing.JTextField fixed_disks_heads

fixed_disks_sectors

protected javax.swing.JTextField fixed_disks_sectors

fixed_disks_master

protected javax.swing.JComboBox fixed_disks_master
Constructor Detail

EditFixedDisksDialog

public EditFixedDisksDialog(ManualConfigurationDialog manual_config_dialog,
                            EmulationConfigurationDialog manual_settings_config_dialog,
                            Map<String,List<Map<String,String>>> config)