|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 cancelProgress,
boolean removeHtml,
BufferedWriter writer)
Writes the table to a file as separated text. |
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. |
static String |
Util.tableToText(JTable table,
String separator,
ProgressDialogX progressDialog,
boolean cancelProgress,
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.emptyCache(ProgressDialogX progressDialog,
boolean cancelProgress)
Empties the cache and serializes everything in the specified serialization folder. |
void |
Identification.save(File newFolder,
ProgressDialogX progressDialog,
boolean cancelProgress)
Saves the identification matches in the desired folder |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |