Uses of Class
com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX

Packages that use ProgressDialogX
com.compomics.util This package contains general util classes. 
com.compomics.util.experiment.identification This package contains experiment classes related to identifications. 
com.compomics.util.experiment.quantification This package contains experiment classes related to quantification. 
 

Uses of ProgressDialogX in com.compomics.util
 

Methods in com.compomics.util with parameters of type ProgressDialogX
static void Util.tableToFile(JTable table, String separator, ProgressDialogX progressDialog, boolean removeHtml, BufferedWriter writer)
          Writes the table to a file as separated text.
static String Util.tableToText(JTable table, String separator, ProgressDialogX progressDialog, boolean removeHtml)
          Returns the table as a separated text file.
 

Uses of ProgressDialogX in com.compomics.util.experiment.identification
 

Methods in com.compomics.util.experiment.identification with parameters of type ProgressDialogX
 void Identification.convert(ProgressDialogX progressDialog, String newDirectory)
          Converts a serlialization based structure into a database based one
 void Identification.emptyCache(ProgressDialogX progressDialog)
          Empties the cache and serializes everything in the specified serialization folder or in the database.
 

Uses of ProgressDialogX in com.compomics.util.experiment.quantification
 

Methods in com.compomics.util.experiment.quantification with parameters of type ProgressDialogX
 void Quantification.emptyCache(ProgressDialogX progressDialog)
          Empties the cache and serializes everything in the specified serialization folder
 void Quantification.save(File newFolder, ProgressDialogX progressDialog)
          Saves the identification matches in the desired folder
 



Copyright © 2012. All Rights Reserved.