Autopsy  4.4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases Class Reference

Inherits JPanel, and org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Public Member Functions

 DataContentViewerOtherCases ()
 
DataContentViewer createInstance ()
 
Component getComponent ()
 
Collection< CorrelationAttributeInstancegetReferenceInstancesAsArtifactInstances (CorrelationAttribute eamArtifact)
 
String getTitle ()
 
String getToolTip ()
 
int isPreferred (Node node)
 
boolean isSupported (Node node)
 
void resetComponent ()
 
void setNode (Node node)
 

Private Member Functions

void clearMessageOnTableStatusPanel ()
 
void customizeComponents ()
 
void displayMessageOnTableStatusPanel (String message)
 
AbstractFile getAbstractFileFromNode (Node node)
 
BlackboardArtifact getBlackboardArtifactFromNode (Node node)
 
Collection< CorrelationAttributeInstancegetCorrelatedInstances (CorrelationAttribute corAttr, String dataSourceName, String deviceId)
 
Collection< CorrelationAttributegetCorrelationAttributesFromNode (Node node)
 
void initComponents ()
 
void populateTable (Node node)
 
void reset ()
 
void saveToCSV ()
 
void setColumnWidths ()
 
void showCaseDetails (int selectedRowViewIdx)
 
void showCommonalityDetails ()
 
void writeSelectedRowsToFileAsCSV (File destFile)
 

Private Attributes

final Collection< CorrelationAttributecorrelationAttributes
 
javax.swing.JFileChooser CSVFileChooser
 
javax.swing.JMenuItem exportToCSVMenuItem
 
javax.swing.JPanel otherCasesPanel
 
javax.swing.JTable otherCasesTable
 
javax.swing.JPopupMenu rightClickPopupMenu
 
javax.swing.JMenuItem selectAllMenuItem
 
javax.swing.JMenuItem showCaseDetailsMenuItem
 
javax.swing.JMenuItem showCommonalityMenuItem
 
javax.swing.JPanel tableContainerPanel
 
final DataContentViewerOtherCasesTableModel tableModel
 
javax.swing.JScrollPane tableScrollPane
 
javax.swing.JPanel tableStatusPanel
 
javax.swing.JLabel tableStatusPanelLabel
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(DataContentViewerOtherCases.class.getName())
 

Detailed Description

View correlation results from other cases

Definition at line 71 of file DataContentViewerOtherCases.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.DataContentViewerOtherCases ( )

Creates new form DataContentViewerOtherCases

Definition at line 81 of file DataContentViewerOtherCases.java.

Member Function Documentation

void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.clearMessageOnTableStatusPanel ( )
private

Definition at line 557 of file DataContentViewerOtherCases.java.

DataContentViewer org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.createInstance ( )

Create and return a new instance of your viewer. The reason that this is needed is because the specific viewer modules will be found via NetBeans Lookup and the type will only be DataContentViewer. This method is used to get an instance of your specific type.

Returns
A new instance of the viewer

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 287 of file DataContentViewerOtherCases.java.

void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.customizeComponents ( )
private

Definition at line 90 of file DataContentViewerOtherCases.java.

void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.displayMessageOnTableStatusPanel ( String  message)
private

Definition at line 552 of file DataContentViewerOtherCases.java.

AbstractFile org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getAbstractFileFromNode ( Node  node)
private

Get the associated AbstractFile from a node, if it exists.

Parameters
nodeThe node
Returns
The associated AbstractFile, or null

Definition at line 333 of file DataContentViewerOtherCases.java.

BlackboardArtifact org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getBlackboardArtifactFromNode ( Node  node)
private

Get the associated BlackboardArtifact from a node, if it exists.

Parameters
nodeThe node
Returns
The associated BlackboardArtifact, or null

Definition at line 313 of file DataContentViewerOtherCases.java.

Component org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getComponent ( )

Return the Swing Component to display. Implementations of this method that extend JPanel and do a 'return this;'. Otherwise return an internal instance of the JPanel.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 292 of file DataContentViewerOtherCases.java.

Collection<CorrelationAttributeInstance> org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getCorrelatedInstances ( CorrelationAttribute  corAttr,
String  dataSourceName,
String  deviceId 
)
private

Query the db for artifact instances from other cases correlated to the given central repository artifact. Will not show instances from the same datasource / device

Parameters
corAttrCorrelationAttribute to query for
dataSourceNameData source to filter results
deviceIdDevice Id to filter results
Returns
A collection of correlated artifact instances from other cases

Definition at line 418 of file DataContentViewerOtherCases.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getArtifactInstancesByTypeValue(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttribute.getCorrelationType(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttribute.getCorrelationValue(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), and org.sleuthkit.autopsy.casemodule.Case.getName().

Collection<CorrelationAttribute> org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getCorrelationAttributesFromNode ( Node  node)
private
Collection<CorrelationAttributeInstance> org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getReferenceInstancesAsArtifactInstances ( CorrelationAttribute  eamArtifact)
String org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getTitle ( )

Returns the title of this viewer to display in the tab.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 277 of file DataContentViewerOtherCases.java.

String org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getToolTip ( )

Returns a short description of this viewer to use as a tool tip for its tab.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 282 of file DataContentViewerOtherCases.java.

void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 568 of file DataContentViewerOtherCases.java.

int org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.isPreferred ( Node  node)

Checks whether the given viewer is preferred for the Node. This is a bit subjective, but the idea is that Autopsy wants to display the most relevant tab. The more generic the viewer, the lower the return value should be. This will only be called on viewers that support the given node.

Parameters
nodeNode to check for preference
Returns
an int (0-10) higher return means the viewer has higher priority 0 means not supported 1 to 2 means the module will display all file types (such as the hex viewer) 3-10 are prioritized by Content viewer developer. Modules that operate on very few file types should be towards 10.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 302 of file DataContentViewerOtherCases.java.

boolean org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.isSupported ( Node  node)

Checks whether the given node is supported by the viewer. This will be used to enable or disable the tab for the viewer.

Parameters
nodeNode to check for support
Returns
True if the node can be displayed / processed, else false

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 467 of file DataContentViewerOtherCases.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.isEnabled().

void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.populateTable ( Node  node)
private
void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.reset ( )
private
void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.resetComponent ( )

Resets the contents of the viewer / component.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 297 of file DataContentViewerOtherCases.java.

void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.saveToCSV ( )
private
void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.setColumnWidths ( )
private
void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.setNode ( Node  selectedNode)

Autopsy will call this when this panel is focused with the file that should be analyzed. When called with null, must clear all references to previous nodes.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 478 of file DataContentViewerOtherCases.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.isEnabled().

void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.showCaseDetails ( int  selectedRowViewIdx)
private
void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.showCommonalityDetails ( )
private
void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.writeSelectedRowsToFileAsCSV ( File  destFile)
private

Member Data Documentation

final Collection<CorrelationAttribute> org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.correlationAttributes
private

Definition at line 76 of file DataContentViewerOtherCases.java.

javax.swing.JFileChooser org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.CSVFileChooser
private

Definition at line 673 of file DataContentViewerOtherCases.java.

javax.swing.JMenuItem org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.exportToCSVMenuItem
private

Definition at line 674 of file DataContentViewerOtherCases.java.

final Logger org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.LOGGER = Logger.getLogger(DataContentViewerOtherCases.class.getName())
staticprivate

Definition at line 73 of file DataContentViewerOtherCases.java.

javax.swing.JPanel org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.otherCasesPanel
private

Definition at line 675 of file DataContentViewerOtherCases.java.

javax.swing.JTable org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.otherCasesTable
private

Definition at line 676 of file DataContentViewerOtherCases.java.

javax.swing.JPopupMenu org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.rightClickPopupMenu
private

Definition at line 677 of file DataContentViewerOtherCases.java.

javax.swing.JMenuItem org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.selectAllMenuItem
private

Definition at line 678 of file DataContentViewerOtherCases.java.

javax.swing.JMenuItem org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.showCaseDetailsMenuItem
private

Definition at line 679 of file DataContentViewerOtherCases.java.

javax.swing.JMenuItem org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.showCommonalityMenuItem
private

Definition at line 680 of file DataContentViewerOtherCases.java.

javax.swing.JPanel org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.tableContainerPanel
private

Definition at line 681 of file DataContentViewerOtherCases.java.

final DataContentViewerOtherCasesTableModel org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.tableModel
private

Definition at line 75 of file DataContentViewerOtherCases.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.tableScrollPane
private

Definition at line 682 of file DataContentViewerOtherCases.java.

javax.swing.JPanel org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.tableStatusPanel
private

Definition at line 683 of file DataContentViewerOtherCases.java.

javax.swing.JLabel org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.tableStatusPanelLabel
private

Definition at line 684 of file DataContentViewerOtherCases.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.