Package | Description |
---|---|
com.compomics.util |
This package contains general util classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
Util.tableToFile(javax.swing.JTable table,
java.lang.String separator,
ProgressDialogX progressDialog,
boolean removeHtml,
java.io.BufferedWriter writer)
Writes the table to a file as separated text.
|
static java.lang.String |
Util.tableToText(javax.swing.JTable table,
java.lang.String separator,
ProgressDialogX progressDialog,
boolean removeHtml)
Returns the table as a separated text file.
|
Copyright © 2013. All Rights Reserved.