Autopsy  4.18.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)

Sets the list of objects to be displayed in the table.

Parameters
dataRowsThe datarows to be displayed.

Implemented in org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultListTableModel< T >.

Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< org.sleuthkit.autopsy.url.analytics.DomainCategory >.setResults().


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.