Package | Description |
---|---|
com.compomics.util |
This package contains general util classes.
|
com.compomics.util.gui.protein |
This package contains the GUI class related to protein sequence formatting.
|
com.compomics.util.gui.tablemodels |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceDbDetailsDialog.generateTargetDecoyDatabase(java.io.File targetFile,
ProgressDialogX progressDialog)
Appends decoy sequences to the given target database file.
|
Modifier and Type | Method and Description |
---|---|
static void |
SelfUpdatingTableModel.addSortListener(javax.swing.JTable jTable,
ProgressDialogX progressDialog)
Convenience method adding a row sorter listener to the given JTable.
|
void |
SelfUpdatingTableModel.resetSorting(ProgressDialogX aProgressDialog)
Sorts the table according to a given column using the built in sorter.
|
void |
SelfUpdatingTableModel.sort(int column,
ProgressDialogX aProgressDialog)
Sorts the table according to a given column using the built in sorter.
|
Copyright © 2013. All Rights Reserved.