Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.directorytree.ViewContextAction Class Reference

Inherits AbstractAction.

Classes

class  ReverseHierarchyVisitor
 
class  SelectionWorker
 

Public Member Functions

 ViewContextAction (String title, BlackboardArtifactNode node)
 
 ViewContextAction (String title, AbstractFsContentNode<?extends AbstractFile > node)
 
 ViewContextAction (String title, Content content)
 
void actionPerformed (ActionEvent e)
 

Private Attributes

Content content
 

Static Private Attributes

static final Logger logger = Logger.getLogger(ViewContextAction.class.getName())
 

Detailed Description

View the directory content associated with the given Artifact in the DataResultViewer.

  1. Expands the Directory Tree to the location of the parent Node of the associated Content. 2. Selects the parent Node of the associated Content in the Directory Tree, which causes the parent Node's Children to be visible in the DataResultViewer. 3. Waits for all the Children to be contentNode in the DataResultViewer and selects the Node that represents the Content.

Definition at line 59 of file ViewContextAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.directorytree.ViewContextAction.ViewContextAction ( String  title,
BlackboardArtifactNode  node 
)

Definition at line 64 of file ViewContextAction.java.

org.sleuthkit.autopsy.directorytree.ViewContextAction.ViewContextAction ( String  title,
AbstractFsContentNode<?extends AbstractFile node 
)

Definition at line 70 of file ViewContextAction.java.

org.sleuthkit.autopsy.directorytree.ViewContextAction.ViewContextAction ( String  title,
Content  content 
)

Member Function Documentation

void org.sleuthkit.autopsy.directorytree.ViewContextAction.actionPerformed ( ActionEvent  e)

Member Data Documentation

Content org.sleuthkit.autopsy.directorytree.ViewContextAction.content
private
final Logger org.sleuthkit.autopsy.directorytree.ViewContextAction.logger = Logger.getLogger(ViewContextAction.class.getName())
staticprivate

Definition at line 62 of file ViewContextAction.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.