Uses of Class
com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX
Packages that use ProgressDialogX
Package
Description
General utilities classes.
Self updating table model classes.
-
Uses of ProgressDialogX in com.compomics.util
Methods in com.compomics.util with parameters of type ProgressDialogXModifier and TypeMethodDescriptionstatic voidUtil.tableToFile(JTable table, String separator, ProgressDialogX progressDialog, boolean removeHtml, BufferedWriter writer) Writes the table to a file as separated text.static StringUtil.tableToText(JTable table, String separator, ProgressDialogX progressDialog, boolean removeHtml) Returns the table as a separated text file. -
Uses of ProgressDialogX in com.compomics.util.gui.tablemodels
Methods in com.compomics.util.gui.tablemodels with parameters of type ProgressDialogXModifier and TypeMethodDescriptionstatic voidSelfUpdatingTableModel.addSortListener(JTable jTable, ProgressDialogX progressDialog) Convenience method adding a row sorter listener to the given JTable.voidSelfUpdatingTableModel.resetSorting(ProgressDialogX aProgressDialog) Sorts the table according to a given column using the built in sorter.voidSelfUpdatingTableModel.sort(int column, ProgressDialogX aProgressDialog) Sorts the table according to a given column using the built in sorter.