Inherits JPanel, and org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.
Inherited by org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.
|
| void | extractArtifactData (BlackboardArtifact artifact) throws NoCurrentCaseException, TskCoreException |
| |
| ImageIcon | getImageFromArtifact (BlackboardArtifact artifact) |
| |
| void | initComponents () |
| |
| void | initiatePersonasSearch () |
| |
| void | resetComponent () |
| |
| void | showPersona (Persona persona, int matchNumber, List< CentralRepoAccount > missingAccountsList, GridBagLayout gridBagLayout, GridBagConstraints constraints) |
| |
| void | updateContactDetails () |
| |
| void | updateContactImage (GridBagLayout contactPanelLayout, GridBagConstraints contactPanelConstraints) |
| |
| void | updateContactMethodSection (List< BlackboardAttribute > sectionAttributesList, String sectionHeader, GridBagLayout contactPanelLayout, GridBagConstraints contactPanelConstraints) |
| |
| void | updateContactName (GridBagLayout contactPanelLayout, GridBagConstraints contactPanelConstraints) |
| |
| void | updatePersonas () |
| |
| void | updateSource () |
| |
| void | updateView () |
| |
This class displays the TSK_CONTACT artifact.
Definition at line 77 of file ContactArtifactViewer.java.
| org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.ContactArtifactViewer |
( |
| ) |
|
| Component org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.getComponent |
( |
| ) |
|
| ImageIcon org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.getImageFromArtifact |
( |
BlackboardArtifact |
artifact | ) |
|
|
private |
| 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 126 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 |
| void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.updateContactMethodSection |
( |
List< BlackboardAttribute > |
sectionAttributesList, |
|
|
String |
sectionHeader, |
|
|
GridBagLayout |
contactPanelLayout, |
|
|
GridBagConstraints |
contactPanelConstraints |
|
) |
| |
|
private |
| void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.updateContactName |
( |
GridBagLayout |
contactPanelLayout, |
|
|
GridBagConstraints |
contactPanelConstraints |
|
) |
| |
|
private |
| 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 |
| String org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.hostName |
|
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: