Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits TableModel.
Inherited by org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultListTableModel< T >.
Public Member Functions | |
List< T > | getDataRows () |
void | setDataRows (List< T > dataRows) |
An interface to be used with the JTablePanel that specifies a TableModel to be used with the underlying JTable based on a list of object type T.
Definition at line 28 of file ListTableModel.java.
List<T> org.sleuthkit.autopsy.datasourcesummary.uiutils.ListTableModel< T >.getDataRows | ( | ) |
Implemented in org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultListTableModel< T >.
void org.sleuthkit.autopsy.datasourcesummary.uiutils.ListTableModel< T >.setDataRows | ( | List< T > | dataRows | ) |
Sets the list of objects to be displayed in the table.
dataRows | The datarows to be displayed. |
Implemented in org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultListTableModel< T >.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.