eu.keep.uphec.mainwindow.menubar.renderfile
Class ManualConfigurationDialog

Object
  extended by 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

Field Summary
protected  javax.swing.JCheckBox auto_select
           
protected  javax.swing.JButton conf_button
           
protected  ContentGenerated content
           
 Integer emulator
           
protected  javax.swing.JScrollPane emulator_list_pane
           
protected  EmulatorList emulatorList
           
protected  javax.swing.JScrollPane format_list_pane
           
protected  FormatList formatList
           
 javax.swing.JInternalFrame internal_frame
           
protected  List<EmulatorPackage> list_emulator_package
           
protected  List<Format> list_format
           
protected  List<Pathway> list_pathway
           
protected  List<SoftwarePackage> list_software_package
           
 CoreEngineModel model
           
 Integer pathway
           
protected  javax.swing.JScrollPane pathway_list_pane
           
protected  PathwayList pathwayList
           
protected  EmulatorPackage selectedEmulatorPackage
           
 File selectedFile
           
protected  Format selectedFormat
           
protected  Pathway selectedPathway
           
protected  SoftwarePackage selectedSoftwarePackage
           
 Integer software
           
protected  javax.swing.JScrollPane software_list_pane
           
protected  SoftwareList softwareList
           
protected  javax.swing.JButton start_button
           
 MainWindowMenu windowMenu
           
 
Constructor Summary
ManualConfigurationDialog(javax.swing.JFrame window, MainWindowMenu windowMenu, CoreEngineModel model, File selectedFile)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ManualConfigurationDialog

public ManualConfigurationDialog(javax.swing.JFrame window,
                                 MainWindowMenu windowMenu,
                                 CoreEngineModel model,
                                 File selectedFile)
                          throws IOException
Throws:
IOException