eu.keep.uphec.mainwindow.menubar.renderfile
Class ManualConfigurationDialog
Object
   ManualConfigurationDialog
ManualConfigurationDialog
- public class ManualConfigurationDialog 
- extends Object
The ManualConfigurationDialog class defines the dialog window that enables the users to configure 
 the software and hardware environment in order to run the selected digital object
- Author:
- Antonio Ciuffreda
 
 
 
| Methods inherited from class Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
windowMenu
public MainWindowMenu windowMenu
internal_frame
public javax.swing.JInternalFrame internal_frame
auto_select
protected javax.swing.JCheckBox auto_select
conf_button
protected javax.swing.JButton conf_button
start_button
protected javax.swing.JButton start_button
formatList
protected FormatList formatList
format_list_pane
protected javax.swing.JScrollPane format_list_pane
pathwayList
protected PathwayList pathwayList
pathway_list_pane
protected javax.swing.JScrollPane pathway_list_pane
emulatorList
protected EmulatorList emulatorList
emulator_list_pane
protected javax.swing.JScrollPane emulator_list_pane
softwareList
protected SoftwareList softwareList
software_list_pane
protected javax.swing.JScrollPane software_list_pane
content
protected ContentGenerated content
pathway
public Integer pathway
emulator
public Integer emulator
software
public Integer software
selectedFile
public File selectedFile
list_format
protected List<Format> list_format
selectedFormat
protected Format selectedFormat
list_pathway
protected List<Pathway> list_pathway
selectedPathway
protected Pathway selectedPathway
list_emulator_package
protected List<EmulatorPackage> list_emulator_package
selectedEmulatorPackage
protected EmulatorPackage selectedEmulatorPackage
list_software_package
protected List<SoftwarePackage> list_software_package
selectedSoftwarePackage
protected SoftwarePackage selectedSoftwarePackage
model
public CoreEngineModel model
ManualConfigurationDialog
public ManualConfigurationDialog(javax.swing.JFrame window,
                                 MainWindowMenu windowMenu,
                                 CoreEngineModel model,
                                 File selectedFile)
                          throws IOException
- Throws:
- IOException