Class Summary |
FileFilterRecordings |
A file filter for the RecordingsPanel class. |
FileFilterXML |
A file filter for the JFileChooser class. |
FileMethods |
A holder class for static methods relating to files. |
InformationDialog |
A general purpose modal dialog box for displaying a long
text message. |
LargeProgressBarDialog |
A general purpose window that displays the progress of a long process
with three components as it occurs. |
LargeProgressBarTaskMonitor |
An abstract class that is used by LargeProgressBarDialog windows
in order to perform the processing that is measured by the window as well
as keep the window updated. |
NonEditableTableModel |
A table model that provides a method to fill a table row by row
and makes all cells non-editable. |
ProcessResultsReceiver |
An abstract class for use with ProgressBarDialog objects. |
ProgressBarDialog |
A general purpose window that displays the progress of a long process as
it occurs. |
ProgressBarTaskMonitor |
An abstract class that is used by ProgressBarDialog windows
in order to perform the processing that is measured by the window as well
as keep the window updated. |
Sorter |
A holder class for static methods relating to sorting. |
Statistics |
A holder class for static methods relating to statistical and mathematical analysis. |
StringMethods |
A holder class for static methods relating to manipulating strings. |
SwingWorker |
NOTE: this class was downloaded from the Sun Java Tutorial
(available at http://java.sun.com/docs/books/tutorial/uiswing/components/example-1dot4/SwingWorker.java)
and incorporated into this package. |