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

Inherits AbstractTableModel.

Public Member Functions

int getColumnCount ()
 
String getColumnName (int column)
 
int getRowCount ()
 
Object getValueAt (int rowIndex, int columnIndex)
 
boolean isCellEditable (int rowIndex, int columnIndex)
 
void setValueAt (Object aValue, int rowIndex, int columnIndex)
 

Private Member Functions

String shortenPath (String path)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Table model to keep track of recent cases.

Definition at line 154 of file OpenRecentCasePanel.java.

Member Function Documentation

int org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.getColumnCount ( )

Definition at line 170 of file OpenRecentCasePanel.java.

String org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.getColumnName ( int  column)

Definition at line 175 of file OpenRecentCasePanel.java.

int org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.getRowCount ( )

Definition at line 159 of file OpenRecentCasePanel.java.

Object org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)
boolean org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 208 of file OpenRecentCasePanel.java.

void org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.setValueAt ( Object  aValue,
int  rowIndex,
int  columnIndex 
)

Definition at line 213 of file OpenRecentCasePanel.java.

String org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.shortenPath ( String  path)
private

Shortens a path to fit the display.

Parameters
pathThe path to shorten.
Returns
The shortened path.

Definition at line 223 of file OpenRecentCasePanel.java.

Referenced by org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.getValueAt().

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.serialVersionUID = 1L
staticprivate

Definition at line 156 of file OpenRecentCasePanel.java.


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

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