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

Inherits AbstractTableModel.

Public Member Functions

int getRowCount ()
 
int getColumnCount ()
 
String getColumnName (int column)
 
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)
 

Detailed Description

Table model to keep track of recent cases.

Definition at line 245 of file OpenRecentCasePanel.java.

Member Function Documentation

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

Definition at line 259 of file OpenRecentCasePanel.java.

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

Definition at line 264 of file OpenRecentCasePanel.java.

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

Definition at line 248 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 299 of file OpenRecentCasePanel.java.

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

Definition at line 304 of file OpenRecentCasePanel.java.

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

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

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