| Interface | Description |
|---|---|
| FilteredTableModel |
Base interface of all the TableModels we use in our application.
|
| Class | Description |
|---|---|
| CSVFileFilter |
Filter for the Swing file dialog.
|
| CSVTableModel |
A CSVTableModel generates its data from parsing a CSV input stream.
|
| DataSourceChanged |
AppEvent posted when the input of our data changed.
|
| EXEFileFilter |
Filter for the Swing file dialog.
|
| TableRowCopyAction |
This small helper class is used to provide either a row or a cell
copy to the clipboard of the selected row of a JTable.
|
| TreeTableModel |
A TreeTableModel generates its data from recursivly parsing a
directory tree.
|
Copyright © 2013–2025 Jürgen Zeller (privat). All rights reserved.