Class Summary |
ArffPanel |
A Panel representing an ARFF-Table and the associated filename. |
ArffTable |
A specialized JTable for the Arff-Viewer. |
ArffTableCellRenderer |
Handles the background colors for missing values differently than the
DefaultTableCellRenderer. |
ArffTableModel |
The model for the Arff-Viewer. |
ArffTableSorter |
A sorter for the ARFF-Viewer - necessary because of the custom CellRenderer. |
ArffViewer |
A little tool for viewing ARFF files. |
ArffViewerMainPanel |
The main panel of the ArffViewer. |
FileChooser |
This class fixes a bug with the Swing JFileChooser: if you entered a new
filename in the save dialog and press Enter the getSelectedFile
method returns null instead of the filename.
To solve this annoying behavior we call the save dialog once again s.t. |