Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel Class Reference

Inherits AbstractTableModel.

Public Member Functions

int getColumnCount ()
 
String getColumnName (int column)
 
int getRowCount ()
 
Object getValueAt (int rowIndex, int columnIndex)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Table model which displays only that no results were found.

Definition at line 382 of file ArtifactsListPanel.java.

Member Function Documentation

int org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel.getColumnCount ( )

Definition at line 392 of file ArtifactsListPanel.java.

String org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel.getColumnName ( int  column)

Definition at line 403 of file ArtifactsListPanel.java.

int org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel.getRowCount ( )

Definition at line 387 of file ArtifactsListPanel.java.

Object org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)

Definition at line 398 of file ArtifactsListPanel.java.

Member Data Documentation

final long org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel.serialVersionUID = 1L
staticprivate

Definition at line 384 of file ArtifactsListPanel.java.


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

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