Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.FileNode.
Public Member Functions | |
Action[] | getActions (boolean context) |
boolean | getDirectoryBrowseMode () |
String | getItemType () |
boolean | isLeafTypeNode () |
Static Public Attributes | |
static final String | HIDE_PARENT |
Protected Member Functions | |
Sheet | createSheet () |
Extension of FileNode customized for viewing attachments in the MessageContentViewer. It overrides createSheet() to customize what properties are shown in the table, and could also override getActions(), getPreferedAction(), etc.
Definition at line 712 of file MessageContentViewer.java.
|
protected |
Definition at line 719 of file MessageContentViewer.java.
|
inherited |
Gets the set of actions that are associated with this node. This set is used to construct the context menu for the node.
context | Whether to find actions for context meaning or for the node itself. |
Definition at line 154 of file FileNode.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction(), org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), org.sleuthkit.autopsy.datamodel.FileTypeExtensions.getArchiveExtensions(), org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< AbstractFile >.getDirectoryBrowseMode(), org.sleuthkit.autopsy.actions.AddContentTagAction.getInstance(), org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance(), and org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getInstance().
|
inherited |
Definition at line 59 of file AbstractFsContentNode.java.
References org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >::directoryBrowseMode.
Referenced by org.sleuthkit.autopsy.datamodel.SlackFileNode::getActions(), org.sleuthkit.autopsy.datamodel.DirectoryNode::getActions(), and org.sleuthkit.autopsy.datamodel.FileNode::getActions().
|
inherited |
Gets the item type string of the node, suitable for use as a key.
Definition at line 236 of file FileNode.java.
|
inherited |
Indicates whether or not the node is capable of having child nodes. Should only return true if the node is ALWAYS a leaf node.
Definition at line 223 of file FileNode.java.
|
staticinherited |
Definition at line 38 of file AbstractFsContentNode.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.