Uses of Class
org.systemsbiology.jrap.MZXMLFileInfo

Packages that use MZXMLFileInfo
org.systemsbiology.jrap   
org.systemsbiology.mzxmlviewer.dialogs   
 

Uses of MZXMLFileInfo in org.systemsbiology.jrap
 

Fields in org.systemsbiology.jrap declared as MZXMLFileInfo
protected  MZXMLFileInfo MSXMLParser.info
          The information contained in the header of the mzXML file.
protected  MZXMLFileInfo MSXMLParserGeneric.info
          The information contained in the header of the mzXML file.
protected  MZXMLFileInfo SAX2HeaderHandler.info
           
 

Methods in org.systemsbiology.jrap that return MZXMLFileInfo
 MZXMLFileInfo MSXMLParser.getHeaderInfo()
          Get the header information contained in the mzXML file, which is constant for every scan.
 MZXMLFileInfo MSXMLParserGeneric.getHeaderInfo()
          Get the header information contained in the mzXML file, which is constant for every scan.
 MZXMLFileInfo SAX2HeaderHandler.getInfo()
           
 

Uses of MZXMLFileInfo in org.systemsbiology.mzxmlviewer.dialogs
 

Fields in org.systemsbiology.mzxmlviewer.dialogs declared as MZXMLFileInfo
protected  MZXMLFileInfo InfoDialog.info
           
 

Constructors in org.systemsbiology.mzxmlviewer.dialogs with parameters of type MZXMLFileInfo
InfoDialog(javax.swing.JFrame parent, java.lang.String fileName, MZXMLFileInfo info)
           
 



SASHIMI Project