Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel, and org.sleuthkit.autopsy.communications.relationships.RelationshipsViewer.
Public Member Functions | |
SummaryViewer () | |
String | getDisplayName () |
Lookup | getLookup () |
JPanel | getPanel () |
void | setEnabled (boolean enabled) |
void | setSelectionInfo (SelectionInfo info) |
Private Member Functions | |
void | clearControls () |
void | initComponents () |
void | updateOtherAccountInfo (SelectionInfo info, Account account) |
Private Attributes | |
javax.swing.JLabel | accountCountry |
javax.swing.JLabel | accountLabel |
javax.swing.JLabel | accoutDescriptionLabel |
javax.swing.JLabel | attachmentDataLabel |
javax.swing.JLabel | attachmentsLabel |
javax.swing.JLabel | callLogsDataLabel |
javax.swing.JLabel | callLogsLabel |
org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel | caseReferencesPanel |
javax.swing.JLabel | contactsDataLabel |
javax.swing.JLabel | contactsLabel |
javax.swing.JPanel | contanctsPanel |
javax.swing.JPanel | countsPanel |
javax.swing.JList< String > | fileRefList |
final DefaultListModel< String > | fileRefListModel |
javax.swing.JPanel | fileRefPane |
final Lookup | lookup |
javax.swing.JLabel | messagesDataLabel |
javax.swing.JLabel | messagesLabel |
javax.swing.JPanel | personaPanel |
javax.swing.JLabel | referencesDataLabel |
javax.swing.JLabel | referencesLabel |
javax.swing.JLabel | selectAccountFileRefLabel |
javax.swing.JPanel | summaryPanel |
javax.swing.JLabel | thumbnailCntLabel |
javax.swing.JLabel | thumbnailsDataLabel |
SummaryPanelWorker | worker |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(SummaryViewer.class.getName()) |
static final long | serialVersionUID = 1L |
Account Summary View Panel. This panel shows a list of various counts related to the currently selected account. As well has a panel showing a list of cases and files that reference the account.
Definition at line 45 of file SummaryViewer.java.
org.sleuthkit.autopsy.communications.relationships.SummaryViewer.SummaryViewer | ( | ) |
Creates new form SummaryViewer
Definition at line 74 of file SummaryViewer.java.
References org.sleuthkit.autopsy.communications.relationships.SummaryViewer.caseReferencesPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.fileRefList, org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.getOutlineView(), org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.hideOutlineView(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.personaPanel.
|
private |
Clears the text fields and OutlookViews.
Definition at line 192 of file SummaryViewer.java.
References org.sleuthkit.autopsy.communications.relationships.SummaryViewer.accountCountry, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.accountLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.accoutDescriptionLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.attachmentDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.callLogsDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.caseReferencesPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.contactsDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.messagesDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.referencesDataLabel, org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.setNode(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.thumbnailsDataLabel.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.SummaryViewer().
String org.sleuthkit.autopsy.communications.relationships.SummaryViewer.getDisplayName | ( | ) |
Returns the value to be displayed on the "tab"
Implements org.sleuthkit.autopsy.communications.relationships.RelationshipsViewer.
Definition at line 96 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.RelationshipBrowser().
Lookup org.sleuthkit.autopsy.communications.relationships.SummaryViewer.getLookup | ( | ) |
Definition at line 166 of file SummaryViewer.java.
References org.sleuthkit.autopsy.communications.relationships.SummaryViewer.lookup.
JPanel org.sleuthkit.autopsy.communications.relationships.SummaryViewer.getPanel | ( | ) |
Returns the JPanel to be displayed in the RelationshipBrowser.
Implements org.sleuthkit.autopsy.communications.relationships.RelationshipsViewer.
Definition at line 101 of file SummaryViewer.java.
|
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 272 of file SummaryViewer.java.
References org.sleuthkit.autopsy.communications.relationships.SummaryViewer.accountCountry, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.accountLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.accoutDescriptionLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.attachmentDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.attachmentsLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.callLogsDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.callLogsLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.caseReferencesPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.contactsDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.contactsLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.contanctsPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.countsPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.fileRefList, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.fileRefPane, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.messagesDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.messagesLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.personaPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.referencesDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.referencesLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.selectAccountFileRefLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.summaryPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.thumbnailCntLabel, and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.thumbnailsDataLabel.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.SummaryViewer().
void org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled | ( | boolean | enabled | ) |
Sets whether or not the text fields are enabled.
enabled | true if this component should be enabled, false otherwise |
Definition at line 176 of file SummaryViewer.java.
References org.sleuthkit.autopsy.communications.relationships.SummaryViewer.attachmentsLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.callLogsLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.caseReferencesPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.contactsLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.countsPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.fileRefList, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.messagesLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.referencesLabel, org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.setEnabled(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.thumbnailCntLabel.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
void org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo | ( | SelectionInfo | info | ) |
Sets current SelectionInfo allowing the panel to update accordingly.
info | SelectionInfo instance representing the currently selected accounts |
Implements org.sleuthkit.autopsy.communications.relationships.RelationshipsViewer.
Definition at line 106 of file SummaryViewer.java.
References org.sleuthkit.autopsy.communications.relationships.SummaryViewer.accountCountry, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.accountLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.accoutDescriptionLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.attachmentDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.callLogsDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.caseReferencesPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.contactsDataLabel, org.sleuthkit.autopsy.communications.relationships.PhoneNumUtil.convertToInternational(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.fileRefPane, org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccounts(), org.sleuthkit.autopsy.communications.relationships.PhoneNumUtil.getCountryCode(), org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.hideOutlineView(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.isEnabled(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.messagesDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.referencesDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.selectAccountFileRefLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled(), org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.setNode(), org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.showOutlineView(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.thumbnailsDataLabel, and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
private |
Definition at line 211 of file SummaryViewer.java.
References org.sleuthkit.autopsy.communications.relationships.SummaryViewer.attachmentDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.callLogsDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.contactsDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.fileRefList, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.fileRefPane, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.isEnabled(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.messagesDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.personaPanel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.referencesDataLabel, org.sleuthkit.autopsy.communications.relationships.SummaryViewer.selectAccountFileRefLabel, and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.thumbnailsDataLabel.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
|
private |
Definition at line 509 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
|
private |
Definition at line 510 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
|
private |
Definition at line 511 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
|
private |
Definition at line 512 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
private |
Definition at line 513 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled().
|
private |
Definition at line 514 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
private |
Definition at line 515 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled().
|
private |
Definition at line 516 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.SummaryViewer().
|
private |
Definition at line 517 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
private |
Definition at line 518 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled().
|
private |
Definition at line 519 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents().
|
private |
Definition at line 520 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled().
|
private |
Definition at line 521 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.SummaryViewer(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
private |
Definition at line 50 of file SummaryViewer.java.
|
private |
Definition at line 522 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
staticprivate |
Definition at line 52 of file SummaryViewer.java.
|
private |
Definition at line 49 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.getLookup().
|
private |
Definition at line 523 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
private |
Definition at line 524 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled().
|
private |
Definition at line 525 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.SummaryViewer(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
private |
Definition at line 526 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
private |
Definition at line 527 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled().
|
private |
Definition at line 528 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
staticprivate |
Definition at line 47 of file SummaryViewer.java.
|
private |
Definition at line 529 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents().
|
private |
Definition at line 530 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled().
|
private |
Definition at line 531 of file SummaryViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.initComponents(), org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.updateOtherAccountInfo().
|
private |
Definition at line 54 of file SummaryViewer.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.