|
Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits FilterNode.
Classes | |
| class | DataResultFilterChildren |
| class | GetPopupActionsDisplayableItemNodeVisitor |
| class | GetPreferredActionsDisplayableItemNodeVisitor |
Public Member Functions | |
| DataResultFilterNode (Node node, ExplorerManager em) | |
| Action[] | getActions (boolean popup) |
| NodeSelectionInfo | getChildNodeSelectionInfo () |
| String | getDisplayName () |
| Action | getPreferredAction () |
| Node.PropertySet[] | getPropertySets () |
| void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
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() |
| static final Logger | LOGGER = Logger.getLogger(DataResultFilterNode.class.getName()) |
A node used to wrap another node before passing it to the result viewers. The wrapper node defines the actions associated with the wrapped node and may filter out some of its children.
Definition at line 95 of file DataResultFilterNode.java.
| org.sleuthkit.autopsy.directorytree.DataResultFilterNode.DataResultFilterNode | ( | Node | node, |
| ExplorerManager | em | ||
| ) |
Constructs a node used to wrap another node before passing it to the result viewers. The wrapper node defines the actions associated with the wrapped node and may filter out some of its children.
| node | The node to wrap. |
| em | The ExplorerManager for the component that is creating the node. |
Definition at line 140 of file DataResultFilterNode.java.
Referenced by org.sleuthkit.autopsy.directorytree.DataResultFilterNode.DataResultFilterChildren.createNodes().
|
private |
Constructs a node used to wrap another node before passing it to the result viewers. The wrapper node defines the actions associated with the wrapped node and may filter out some of its children.
| node | The node to wrap. |
| em | The ExplorerManager for the component that is creating the node. |
| filterKnown | Whether or not to filter out children that represent known files. |
| filterSlack | Whether or not to filter out children that represent virtual slack space files. |
Definition at line 158 of file DataResultFilterNode.java.
| 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.
| popup |
Definition at line 172 of file DataResultFilterNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.accept().
| NodeSelectionInfo org.sleuthkit.autopsy.directorytree.DataResultFilterNode.getChildNodeSelectionInfo | ( | ) |
Gets information about which child node of this node, if any, should be selected.
Definition at line 268 of file DataResultFilterNode.java.
| String org.sleuthkit.autopsy.directorytree.DataResultFilterNode.getDisplayName | ( | ) |
Gets the display name for the wrapped node.
OutlineView used in the DataResult table uses getDisplayName() to populate the first column, which is Source File.
Hence this override to return the 'correct' displayName for the wrapped node.
Definition at line 240 of file DataResultFilterNode.java.
| 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.
Definition at line 193 of file DataResultFilterNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.accept().
| Node.PropertySet [] org.sleuthkit.autopsy.directorytree.DataResultFilterNode.getPropertySets | ( | ) |
| void org.sleuthkit.autopsy.directorytree.DataResultFilterNode.setChildNodeSelectionInfo | ( | NodeSelectionInfo | selectedChildNodeInfo | ) |
Adds information about which child node of this node, if any, should be selected. Can be null.
| selectedChildNodeInfo | The child node selection information. |
Definition at line 255 of file DataResultFilterNode.java.
|
staticprivate |
Definition at line 99 of file DataResultFilterNode.java.
Referenced by org.sleuthkit.autopsy.directorytree.DataResultFilterNode.DataResultFilterChildren.DataResultFilterChildren().
|
staticprivate |
Definition at line 100 of file DataResultFilterNode.java.
Referenced by org.sleuthkit.autopsy.directorytree.DataResultFilterNode.DataResultFilterChildren.DataResultFilterChildren().
|
staticprivate |
Definition at line 101 of file DataResultFilterNode.java.
Referenced by org.sleuthkit.autopsy.directorytree.DataResultFilterNode.DataResultFilterChildren.DataResultFilterChildren().
|
staticprivate |
Definition at line 102 of file DataResultFilterNode.java.
Referenced by org.sleuthkit.autopsy.directorytree.DataResultFilterNode.DataResultFilterChildren.DataResultFilterChildren().
|
staticprivate |
Definition at line 126 of file DataResultFilterNode.java.
|
private |
Definition at line 127 of file DataResultFilterNode.java.
|
staticprivate |
Definition at line 97 of file DataResultFilterNode.java.
|
private |
Definition at line 129 of file DataResultFilterNode.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.