Package | Description |
---|---|
com.compomics.util |
This package contains general util classes.
|
com.compomics.util.gui.tablemodels |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCacher.cacheForSorting(JTable table,
String tableName,
String loadingMessage,
ProgressDialogX progressDialog)
Updates the ordering in a self updating table.
|
Copyright © 2013. All Rights Reserved.