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. 
 

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, String newName, ObjectsCache objectsCache)
          Converts a serlialization based structure into a database based one.
 



Copyright © 2012. All Rights Reserved.