Autopsy  4.8.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact Class Reference

Private Member Functions

void addRows (BlackboardArtifact artifact)
 
String[][] getRows ()
 

Private Attributes

final String artifactDisplayName
 
final Content content
 
final SimpleDateFormat dateFormatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
 
String[][] rowData = null
 

Detailed Description

This class is a container to hold the data necessary for each of the result pages associated with file or artifact beivng viewed.

Definition at line 501 of file DataContentViewerArtifact.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.addRows ( BlackboardArtifact  artifact)
private
String [][] org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.getRows ( )
private

Member Data Documentation

final String org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.artifactDisplayName
private

Definition at line 505 of file DataContentViewerArtifact.java.

final Content org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.content
private

Definition at line 506 of file DataContentViewerArtifact.java.

final SimpleDateFormat org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.dateFormatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
private

Definition at line 503 of file DataContentViewerArtifact.java.

String [][] org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.rowData = null
private

Definition at line 504 of file DataContentViewerArtifact.java.


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

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