Autopsy  4.11.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
org.sleuthkit.autopsy.contentviewers.MessageContentViewer.AttachmentNode Class Reference

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 ()
 

Detailed Description

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.

Member Function Documentation

Sheet org.sleuthkit.autopsy.contentviewers.MessageContentViewer.AttachmentNode.createSheet ( )
protected

Definition at line 669 of file MessageContentViewer.java.

Action [] org.sleuthkit.autopsy.datamodel.FileNode.getActions ( boolean  context)
inherited
boolean org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.getDirectoryBrowseMode ( )
inherited
String org.sleuthkit.autopsy.datamodel.FileNode.getItemType ( )
inherited

Gets the item type string of the node, suitable for use as a key.

Returns
A String representing the item type of node.

Definition at line 243 of file FileNode.java.

boolean org.sleuthkit.autopsy.datamodel.FileNode.isLeafTypeNode ( )
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.

Returns
True or false.

Definition at line 230 of file FileNode.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.HIDE_PARENT
staticinherited

Definition at line 34 of file AbstractFsContentNode.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.