Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode.
Classes | |
class | DataSourcesByTypeChildren |
Public Member Functions | |
NodeSelectionInfo | getChildNodeSelectionInfo () |
String | getItemType () |
boolean | isLeafTypeNode () |
void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
Static Public Member Functions | |
static String | getNameIdentifier () |
Protected Member Functions | |
Sheet | createSheet () |
synchronized final void | updatePropertySheet (NodeProperty<?>...newProps) |
Static Private Attributes | |
static final String | NAME = Bundle.DataSourcesHostsNode_name() |
A top-level structural node (child of the invisible root node) in the main tree view when the user has selected the group by data type option. It appears as the parent node of the "directory tree" nodes that are the roots of the file trees for the individual data sources in a case. For example: "Data Sources" -> "Data Source X", "Data Source Y", where "Data Sources" is an instance of this node. The siblings of this node are the "Views, "Analysis Results," "Os Accounts," "Tags," and "Reports" nodes.
Definition at line 53 of file DataSourcesNode.java.
|
protected |
Definition at line 151 of file DataSourcesNode.java.
|
inherited |
Gets information about which child node of this node, if any, should be selected.
Definition at line 142 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
String org.sleuthkit.autopsy.datamodel.DataSourcesNode.getItemType | ( | ) |
Definition at line 136 of file DataSourcesNode.java.
|
static |
Definition at line 121 of file DataSourcesNode.java.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.getDataSourceLevelNodes(), and org.sleuthkit.autopsy.directorytree.ViewContextAction.getParentNodeGroupedByDataSource().
boolean org.sleuthkit.autopsy.datamodel.DataSourcesNode.isLeafTypeNode | ( | ) |
Definition at line 141 of file DataSourcesNode.java.
|
inherited |
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 131 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.setNodeSelection(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewOsAccount().
|
protectedinherited |
Updates the node property sheet by replacing existing properties with new properties with the same property name.
newProps | The replacement property objects. |
Definition at line 152 of file DisplayableItemNode.java.
|
staticprivate |
Definition at line 116 of file DataSourcesNode.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.