|
Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractTableModel.
Public Member Functions | |
| int | getColumnCount () |
| String | getColumnName (int column) |
| int | getRowCount () |
| Object | getValueAt (int rowIndex, int columnIndex) |
Private Member Functions | |
| String | getFallbackValue (int rowIndex, int columnIndex) throws TskCoreException |
| String | getStringForColumn (BlackboardArtifact artifact, BlackboardAttribute bba, int columnIndex) throws TskCoreException |
Private Attributes | |
| final List< BlackboardArtifact > | artifactList = new ArrayList<>() |
| final BlackboardArtifact.ARTIFACT_TYPE | artifactType |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Table model which allows the artifact table in this panel to mimic a list of artifacts.
Definition at line 199 of file ArtifactsListPanel.java.
| int org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.DomainArtifactTableModel.getColumnCount | ( | ) |
Definition at line 236 of file ArtifactsListPanel.java.
| String org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.DomainArtifactTableModel.getColumnName | ( | int | column | ) |
Definition at line 353 of file ArtifactsListPanel.java.
|
private |
Private helper method to use when the value we want for either date or title is not available.
| rowIndex | The row the artifact to return is at. |
| columnIndex | The column index the attribute will be displayed at. |
| TskCoreException |
Definition at line 329 of file ArtifactsListPanel.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.getTimeZone().
Referenced by org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.DomainArtifactTableModel.getValueAt().
| int org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.DomainArtifactTableModel.getRowCount | ( | ) |
Definition at line 230 of file ArtifactsListPanel.java.
|
private |
Get the appropriate String for the specified column from the BlackboardAttribute.
| artifact | The artifact. |
| bba | The BlackboardAttribute which may contain a value. |
| columnIndex | The column the value will be displayed in. |
| TskCoreException | When unable to get abstract files based on the TSK_PATH_ID. |
Definition at line 295 of file ArtifactsListPanel.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase(), and org.sleuthkit.autopsy.datamodel.ContentUtils.getTimeZone().
Referenced by org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.DomainArtifactTableModel.getValueAt().
| Object org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.DomainArtifactTableModel.getValueAt | ( | int | rowIndex, |
| int | columnIndex | ||
| ) |
|
private |
Definition at line 202 of file ArtifactsListPanel.java.
|
private |
Definition at line 203 of file ArtifactsListPanel.java.
|
staticprivate |
Definition at line 201 of file ArtifactsListPanel.java.
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.