Autopsy
4.12.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 662 of file MessageContentViewer.java.
|
protected |
Definition at line 669 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 155 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.directorytree.ExternalViewerShortcutAction.getInstance(), org.sleuthkit.autopsy.actions.AddContentTagAction.getInstance(), org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance(), org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getInstance(), and org.sleuthkit.autopsy.directorytree.ExportCSVAction.getInstance().
|
inherited |
Definition at line 55 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 243 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 230 of file FileNode.java.
|
staticinherited |
Definition at line 34 of file AbstractFsContentNode.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.