nl.kbna.dioscuri.config
Class DioscuriXmlReaderToGui

java.lang.Object
  extended by nl.kbna.dioscuri.config.DioscuriXmlReaderToGui

public class DioscuriXmlReaderToGui
extends java.lang.Object


Field Summary
private static java.util.logging.Logger logger
           
 
Constructor Summary
DioscuriXmlReaderToGui()
           
 
Method Summary
private  java.lang.Object[] getBiosParams(org.w3c.dom.Document document)
           
private  java.lang.Object[] getBootParams(org.w3c.dom.Document document)
           
private  java.lang.Object[] getCpuParams(org.w3c.dom.Document document)
          Get the CPU params from XML Config.
private  java.lang.Object[] getFloppyParams(org.w3c.dom.Document document)
           
private  java.lang.Object[] getHardDriveParams(org.w3c.dom.Document document)
           
 java.lang.Object[] getModuleParams(ModuleType moduleType)
           
private  java.lang.Object[] getMouseParams(org.w3c.dom.Document document)
          Get the Mouse params from XML Config.
private  java.lang.Object[] getRamParams(org.w3c.dom.Document document)
          Get the RAM params from XML Config.
private  java.lang.Object[] getTimingParam(org.w3c.dom.Document document, ModuleType moduleType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static java.util.logging.Logger logger
Constructor Detail

DioscuriXmlReaderToGui

public DioscuriXmlReaderToGui()
Method Detail

getModuleParams

public java.lang.Object[] getModuleParams(ModuleType moduleType)

getBiosParams

private java.lang.Object[] getBiosParams(org.w3c.dom.Document document)

getTimingParam

private java.lang.Object[] getTimingParam(org.w3c.dom.Document document,
                                          ModuleType moduleType)

getBootParams

private java.lang.Object[] getBootParams(org.w3c.dom.Document document)

getCpuParams

private java.lang.Object[] getCpuParams(org.w3c.dom.Document document)
Get the CPU params from XML Config.

Parameters:
document -
Returns:

getFloppyParams

private java.lang.Object[] getFloppyParams(org.w3c.dom.Document document)

getHardDriveParams

private java.lang.Object[] getHardDriveParams(org.w3c.dom.Document document)

getRamParams

private java.lang.Object[] getRamParams(org.w3c.dom.Document document)
Get the RAM params from XML Config.

Parameters:
document -
Returns:

getMouseParams

private java.lang.Object[] getMouseParams(org.w3c.dom.Document document)
Get the Mouse params from XML Config.

Parameters:
document -
Returns: