Inherits JPanel, and org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.
Inherited by org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.
This class displays the TSK_CONTACT artifact.
Definition at line 72 of file ContactArtifactViewer.java.
org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.ContactArtifactViewer |
( |
| ) |
|
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.extractArtifactData |
( |
BlackboardArtifact |
artifact | ) |
throws TskCoreException |
|
private |
Extracts data from the artifact to be displayed in the panel.
- Parameters
-
artifact | Artifact to show. |
- Exceptions
-
Definition at line 167 of file ContactArtifactViewer.java.
Component org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.getComponent |
( |
| ) |
|
ImageIcon org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.getImageFromArtifact |
( |
BlackboardArtifact |
artifact | ) |
|
|
private |
Gets an image from a TSK_CONTACT artifact.
- Parameters
-
- Returns
- Image from a TSK_CONTACT artifact or default image if none was found or the artifact is not a TSK_CONTACT
Definition at line 564 of file ContactArtifactViewer.java.
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.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 120 of file ContactArtifactViewer.java.
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.initiatePersonasSearch |
( |
| ) |
|
|
private |
boolean org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.isSupported |
( |
BlackboardArtifact |
artifact | ) |
|
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.resetComponent |
( |
| ) |
|
|
private |
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.setArtifact |
( |
BlackboardArtifact |
artifact | ) |
|
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.showPersona |
( |
Persona |
persona, |
|
|
int |
matchNumber, |
|
|
List< CentralRepoAccount > |
missingAccountsList, |
|
|
GridBagLayout |
gridBagLayout, |
|
|
GridBagConstraints |
constraints |
|
) |
| |
|
private |
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.updateContactDetails |
( |
| ) |
|
|
private |
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.updateContactImage |
( |
GridBagLayout |
contactPanelLayout, |
|
|
GridBagConstraints |
contactPanelConstraints |
|
) |
| |
|
private |
Updates the contact image in the view.
- Parameters
-
contactPanelLayout | Panel layout. |
contactPanelConstraints | Layout constraints. |
Definition at line 242 of file ContactArtifactViewer.java.
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.updateContactMethodSection |
( |
List< BlackboardAttribute > |
sectionAttributesList, |
|
|
String |
sectionHeader, |
|
|
GridBagLayout |
contactPanelLayout, |
|
|
GridBagConstraints |
contactPanelConstraints |
|
) |
| |
|
private |
Updates the view by displaying the given list of attributes in the given section panel.
- Parameters
-
sectionAttributesList | List of attributes to display. |
sectionHeader | Section name label. |
contactPanelLayout | Panel layout. |
contactPanelConstraints | Layout constraints. |
Definition at line 297 of file ContactArtifactViewer.java.
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.updateContactName |
( |
GridBagLayout |
contactPanelLayout, |
|
|
GridBagConstraints |
contactPanelConstraints |
|
) |
| |
|
private |
Updates the contact name in the view.
- Parameters
-
contactPanelLayout | Panel layout. |
contactPanelConstraints | Layout constraints. |
Definition at line 270 of file ContactArtifactViewer.java.
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.updatePersonas |
( |
| ) |
|
|
private |
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.updateSource |
( |
| ) |
|
|
private |
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.updateView |
( |
| ) |
|
|
private |
List<BlackboardAttribute> org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.accountAttributesList = new ArrayList<>() |
|
private |
BlackboardArtifact org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.contactArtifact |
|
private |
String org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.contactName |
|
private |
final List<CentralRepoAccount> org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.contactUniqueAccountsList = new ArrayList<>() |
|
private |
final Map<Persona, ArrayList<CentralRepoAccount> > org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.contactUniquePersonasMap = new HashMap<>() |
|
private |
String org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.datasourceName |
|
private |
final String org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.DEFAULT_IMAGE_PATH = "/org/sleuthkit/autopsy/images/defaultContact.png" |
|
staticprivate |
final ImageIcon org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.defaultImage |
|
private |
List<BlackboardAttribute> org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.emailList = new ArrayList<>() |
|
private |
final Logger org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.logger = Logger.getLogger(ContactArtifactViewer.class.getName()) |
|
staticprivate |
GridBagConstraints org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.m_constraints = new GridBagConstraints() |
|
private |
GridBagLayout org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.m_gridBagLayout = new GridBagLayout() |
|
private |
List<BlackboardAttribute> org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.nameList = new ArrayList<>() |
|
private |
List<BlackboardAttribute> org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.otherList = new ArrayList<>() |
|
private |
JLabel org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.personaSearchStatusLabel |
|
private |
List<BlackboardAttribute> org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.phoneNumList = new ArrayList<>() |
|
private |
final long org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.serialVersionUID = 1L |
|
staticprivate |
The documentation for this class was generated from the following file: