Autopsy  4.15.0
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.contentviewers.contextviewer.ContextSourcePanel Class Reference

Inherits JPanel.

Public Member Functions

 ContextSourcePanel (String sourceName, String sourceText, BlackboardArtifact associatedArtifact)
 

Private Member Functions

void initComponents ()
 
void jSourceGoToResultButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void setSourceName (String nameLabel)
 
void setSourceText (String text)
 
void showSourceButton (boolean show)
 
void showSourceText (boolean show)
 

Private Attributes

javax.swing.JButton jSourceGoToResultButton
 
javax.swing.JLabel jSourceNameLabel
 
javax.swing.JLabel jSourceTextLabel
 
final BlackboardArtifact sourceContextArtifact
 

Static Private Attributes

static final long serialVersionUID = 1L
 
static final List< BlackboardArtifact.ARTIFACT_TYPE > SOURCE_CONTEXT_ARTIFACTS = new ArrayList<>()
 

Detailed Description

Displays additional context for the selected file, such as its source, and usage, if known.

Definition at line 32 of file ContextSourcePanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.ContextSourcePanel ( String  sourceName,
String  sourceText,
BlackboardArtifact  associatedArtifact 
)

Member Function Documentation

void org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.initComponents ( )
private
void org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceGoToResultButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.setSourceName ( String  nameLabel)
private

Sets the source label string.

Parameters
nameLabelString value for source label.

Definition at line 125 of file ContextSourcePanel.java.

References org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceNameLabel.

Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.ContextSourcePanel().

void org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.setSourceText ( String  text)
private
void org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.showSourceButton ( boolean  show)
private
void org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.showSourceText ( boolean  show)
private

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceGoToResultButton
private
javax.swing.JLabel org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceNameLabel
private
javax.swing.JLabel org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceTextLabel
private
final long org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.serialVersionUID = 1L
staticprivate

Definition at line 34 of file ContextSourcePanel.java.

final List<BlackboardArtifact.ARTIFACT_TYPE> org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.SOURCE_CONTEXT_ARTIFACTS = new ArrayList<>()
staticprivate

Definition at line 37 of file ContextSourcePanel.java.

final BlackboardArtifact org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.sourceContextArtifact
private

Definition at line 42 of file ContextSourcePanel.java.


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

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