Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.LocalFilesPanel.LocalFilesModel Class Reference

Inherits AbstractListModel< FileRecord >.

Public Member Functions

FileRecord getElementAt (int index)
 
int getSize ()
 

Private Attributes

List< File > items = Collections.emptyList()
 

Detailed Description

JListModel for displaying files.

Definition at line 485 of file LocalFilesPanel.java.

Member Function Documentation

FileRecord org.sleuthkit.autopsy.casemodule.LocalFilesPanel.LocalFilesModel.getElementAt ( int  index)

Definition at line 495 of file LocalFilesPanel.java.

int org.sleuthkit.autopsy.casemodule.LocalFilesPanel.LocalFilesModel.getSize ( )

Definition at line 490 of file LocalFilesPanel.java.

Member Data Documentation

List<File> org.sleuthkit.autopsy.casemodule.LocalFilesPanel.LocalFilesModel.items = Collections.emptyList()
private

Definition at line 487 of file LocalFilesPanel.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.