|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel, and org.sleuthkit.autopsy.contentviewers.contextviewer.ContextViewer.DateTimePanel.
Public Member Functions | |
| ContextSourcePanel (String sourceName, String sourceText, BlackboardArtifact associatedArtifact, Long dateTime) | |
| Long | getDateTime () |
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 | |
| final Long | dateTime |
| 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<>() |
Displays additional context for the selected file, such as its source, and usage, if known.
Definition at line 34 of file ContextSourcePanel.java.
| org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.ContextSourcePanel | ( | String | sourceName, |
| String | sourceText, | ||
| BlackboardArtifact | associatedArtifact, | ||
| Long | dateTime | ||
| ) |
Creates new form ContextViewer
Definition at line 52 of file ContextSourcePanel.java.
References org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.dateTime, org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.initComponents(), org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.setSourceName(), and org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.setSourceText().
| Long org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.getDateTime | ( | ) |
Definition at line 62 of file ContextSourcePanel.java.
References org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.dateTime.
|
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 73 of file ContextSourcePanel.java.
References org.sleuthkit.autopsy.contentviewers.layout.ContentViewerDefaults.getPanelBackground(), org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceGoToResultButton, org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceGoToResultButtonActionPerformed(), org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceNameLabel, and org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceTextLabel.
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.ContextSourcePanel().
|
private |
Definition at line 120 of file ContextSourcePanel.java.
References org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.findInstance(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.initComponents().
|
private |
Sets the source label string.
| nameLabel | String value for source label. |
Definition at line 135 of file ContextSourcePanel.java.
References org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceNameLabel.
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.ContextSourcePanel().
|
private |
Sets the source text string.
| text | String value for source text. |
Definition at line 144 of file ContextSourcePanel.java.
References org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceTextLabel, org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.showSourceButton(), and org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.showSourceText().
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.ContextSourcePanel().
|
private |
Definition at line 154 of file ContextSourcePanel.java.
References org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceGoToResultButton.
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.setSourceText().
|
private |
Definition at line 150 of file ContextSourcePanel.java.
References org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.jSourceTextLabel.
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.setSourceText().
|
private |
Definition at line 47 of file ContextSourcePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.ContextSourcePanel(), and org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.getDateTime().
|
private |
Definition at line 160 of file ContextSourcePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.initComponents(), and org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.showSourceButton().
|
private |
Definition at line 161 of file ContextSourcePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.initComponents(), and org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.setSourceName().
|
private |
Definition at line 162 of file ContextSourcePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.initComponents(), org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.setSourceText(), and org.sleuthkit.autopsy.contentviewers.contextviewer.ContextSourcePanel.showSourceText().
|
staticprivate |
Definition at line 36 of file ContextSourcePanel.java.
|
staticprivate |
Definition at line 39 of file ContextSourcePanel.java.
|
private |
Definition at line 45 of file ContextSourcePanel.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.