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

Inherits FilterNode.

Classes

class  DataResultFilterChildren
 
class  GetPopupActionsDisplayableItemNodeVisitor
 
class  GetPreferredActionsDisplayableItemNodeVisitor
 

Public Member Functions

 DataResultFilterNode (Node node, ExplorerManager em)
 
Action[] getActions (boolean popup)
 
Action getPreferredAction ()
 
Node.PropertySet[] getPropertySets ()
 

Private Member Functions

 DataResultFilterNode (Node node, ExplorerManager em, boolean filterKnown, boolean filterSlack)
 

Private Attributes

final DisplayableItemNodeVisitor< AbstractAction > getPreferredActionsDIV = new GetPreferredActionsDisplayableItemNodeVisitor()
 
final ExplorerManager sourceEm
 

Static Private Attributes

static boolean filterKnownFromDataSources = UserPreferences.hideKnownFilesInDataSourcesTree()
 
static boolean filterKnownFromViews = UserPreferences.hideKnownFilesInViewsTree()
 
static boolean filterSlackFromDataSources = UserPreferences.hideSlackFilesInDataSourcesTree()
 
static boolean filterSlackFromViews = UserPreferences.hideSlackFilesInViewsTree()
 
static final DisplayableItemNodeVisitor< List< Action > > getActionsDIV = new GetPopupActionsDisplayableItemNodeVisitor()
 

Detailed Description

This class wraps nodes as they are passed to the DataResult viewers. It defines the actions that the node should have.

Definition at line 72 of file DataResultFilterNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.directorytree.DataResultFilterNode.DataResultFilterNode ( Node  node,
ExplorerManager  em 
)
Parameters
nodeRoot node to be passed to DataResult viewers
emExplorerManager for component that is creating the node

Definition at line 111 of file DataResultFilterNode.java.

Referenced by org.sleuthkit.autopsy.directorytree.DataResultFilterNode.DataResultFilterChildren.createNodes().

org.sleuthkit.autopsy.directorytree.DataResultFilterNode.DataResultFilterNode ( Node  node,
ExplorerManager  em,
boolean  filterKnown,
boolean  filterSlack 
)
private
Parameters
nodeRoot node to be passed to DataResult viewers
emExplorerManager for component that is creating the node

Definition at line 122 of file DataResultFilterNode.java.

Member Function Documentation

Action [] org.sleuthkit.autopsy.directorytree.DataResultFilterNode.getActions ( boolean  popup)

Right click action for the nodes that we want to pass to the directory table and the output view.

Parameters
popup
Returns
actions

Definition at line 136 of file DataResultFilterNode.java.

References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.accept().

Action org.sleuthkit.autopsy.directorytree.DataResultFilterNode.getPreferredAction ( )

Double click action for the nodes that we want to pass to the directory table and the output view.

Returns
action

Definition at line 157 of file DataResultFilterNode.java.

References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.accept().

Node.PropertySet [] org.sleuthkit.autopsy.directorytree.DataResultFilterNode.getPropertySets ( )

Member Data Documentation

boolean org.sleuthkit.autopsy.directorytree.DataResultFilterNode.filterKnownFromDataSources = UserPreferences.hideKnownFilesInDataSourcesTree()
staticprivate
boolean org.sleuthkit.autopsy.directorytree.DataResultFilterNode.filterKnownFromViews = UserPreferences.hideKnownFilesInViewsTree()
staticprivate
boolean org.sleuthkit.autopsy.directorytree.DataResultFilterNode.filterSlackFromDataSources = UserPreferences.hideSlackFilesInDataSourcesTree()
staticprivate
boolean org.sleuthkit.autopsy.directorytree.DataResultFilterNode.filterSlackFromViews = UserPreferences.hideSlackFilesInViewsTree()
staticprivate
final DisplayableItemNodeVisitor<List<Action> > org.sleuthkit.autopsy.directorytree.DataResultFilterNode.getActionsDIV = new GetPopupActionsDisplayableItemNodeVisitor()
staticprivate

Definition at line 101 of file DataResultFilterNode.java.

final DisplayableItemNodeVisitor<AbstractAction> org.sleuthkit.autopsy.directorytree.DataResultFilterNode.getPreferredActionsDIV = new GetPreferredActionsDisplayableItemNodeVisitor()
private

Definition at line 102 of file DataResultFilterNode.java.

final ExplorerManager org.sleuthkit.autopsy.directorytree.DataResultFilterNode.sourceEm
private

Definition at line 104 of file DataResultFilterNode.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.