Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode.
Public Member Functions | |
AttachmentNode (Attachment attachment) | |
Action[] | getActions (boolean context) |
NodeSelectionInfo | getChildNodeSelectionInfo () |
String | getItemType () |
boolean | isLeafTypeNode () |
void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
Protected Member Functions | |
Sheet | createSheet () |
synchronized final void | updatePropertySheet (NodeProperty<?>...newProps) |
Private Member Functions | |
void | setIcon () |
Static Private Member Functions | |
static Lookup | createLookup (Attachment attachment) |
Private Attributes | |
final Attachment | attachment |
final AbstractFile | attachmentFile |
Static Private Attributes | |
static final Logger | LOGGER = Logger.getLogger(AttachmentNode.class.getName()) |
Node for a message attachment.
Definition at line 59 of file AttachmentNode.java.
org.sleuthkit.autopsy.datamodel.AttachmentNode.AttachmentNode | ( | Attachment | attachment | ) |
Definition at line 66 of file AttachmentNode.java.
References org.sleuthkit.autopsy.datamodel.AttachmentNode.attachment, org.sleuthkit.autopsy.datamodel.AttachmentNode.createLookup(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase(), and org.sleuthkit.autopsy.datamodel.AttachmentNode.setIcon().
|
staticprivate |
Definition at line 173 of file AttachmentNode.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
Referenced by org.sleuthkit.autopsy.datamodel.AttachmentNode.AttachmentNode().
|
protected |
Definition at line 133 of file AttachmentNode.java.
Action [] org.sleuthkit.autopsy.datamodel.AttachmentNode.getActions | ( | boolean | context | ) |
Definition at line 96 of file AttachmentNode.java.
References org.sleuthkit.autopsy.datamodel.AttachmentNode.attachmentFile, org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction(), org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance(), org.sleuthkit.autopsy.directorytree.ExternalViewerShortcutAction.getInstance(), org.sleuthkit.autopsy.actions.AddContentTagAction.getInstance(), org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getInstance(), and org.sleuthkit.autopsy.directorytree.ExportCSVAction.getInstance().
|
inherited |
Gets information about which child node of this node, if any, should be selected.
Definition at line 142 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
String org.sleuthkit.autopsy.datamodel.AttachmentNode.getItemType | ( | ) |
Definition at line 169 of file AttachmentNode.java.
boolean org.sleuthkit.autopsy.datamodel.AttachmentNode.isLeafTypeNode | ( | ) |
Definition at line 164 of file AttachmentNode.java.
|
inherited |
Adds information about which child node of this node, if any, should be selected. Can be null.
selectedChildNodeInfo | The child node selection information. |
Definition at line 131 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.setNodeSelection(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
private |
Set the icon based on attachment type
Definition at line 194 of file AttachmentNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.AttachmentNode.AttachmentNode().
|
protectedinherited |
Updates the node property sheet by replacing existing properties with new properties with the same property name.
newProps | The replacement property objects. |
Definition at line 152 of file DisplayableItemNode.java.
|
private |
Definition at line 63 of file AttachmentNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.AttachmentNode.AttachmentNode().
|
private |
Definition at line 64 of file AttachmentNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.AttachmentNode.getActions().
|
staticprivate |
Definition at line 61 of file AttachmentNode.java.
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.