Autopsy  4.19.1
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 390 of file ArtifactsListPanel.java.

Member Function Documentation

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

Definition at line 400 of file ArtifactsListPanel.java.

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

Definition at line 411 of file ArtifactsListPanel.java.

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

Definition at line 395 of file ArtifactsListPanel.java.

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

Definition at line 406 of file ArtifactsListPanel.java.

Member Data Documentation

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

Definition at line 392 of file ArtifactsListPanel.java.


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

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