Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.datasourcesummary.uiutils.ListTableModel< T > Interface Template Reference

Inherits TableModel.

Inherited by org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultListTableModel< T >.

Public Member Functions

List< T > getDataRows ()
 
void setDataRows (List< T > dataRows)
 

Detailed Description

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.

Member Function Documentation

void org.sleuthkit.autopsy.datasourcesummary.uiutils.ListTableModel< T >.setDataRows ( List< T >  dataRows)

The documentation for this interface was generated from the following file:

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.