public class TableCacher extends Object
Constructor and Description |
---|
TableCacher(ExceptionHandler exceptionHandler)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cacheForSorting(JTable table,
String tableName,
String loadingMessage,
ProgressDialogX progressDialog)
Updates the ordering in a self updating table.
|
boolean |
isCaching()
Indicates whether the cacher is caching data.
|
public TableCacher(ExceptionHandler exceptionHandler)
exceptionHandler
- the exception handlerpublic void cacheForSorting(JTable table, String tableName, String loadingMessage, ProgressDialogX progressDialog)
table
- the table to reordertableName
- a string designing this tableloadingMessage
- the message displayed in a cell when data is
missingprogressDialog
- a dialog allowing display of progress and
interruption of the processpublic boolean isCaching()
Copyright © 2013. All Rights Reserved.