|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.Artifacts.UpdatableCountTypeNode.
Public Member Functions | |
| RootNode () | |
| NodeSelectionInfo | getChildNodeSelectionInfo () |
| String | getItemType () |
| boolean | isLeafTypeNode () |
| void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
Protected Member Functions | |
| Sheet | createSheet () |
| long | fetchChildCount (SleuthkitCase skCase) throws TskCoreException |
| long | getChildCount () |
| synchronized final void | updatePropertySheet (NodeProperty<?>...newProps) |
Parent node for interesting item type that shows child set nodes.
Definition at line 354 of file InterestingHits.java.
| org.sleuthkit.autopsy.datamodel.InterestingHits.RootNode.RootNode | ( | ) |
Main constructor.
We use the combination of setName and typeName as the name of the node to ensure that nodes have a unique name. This comes into play when associating paging state with the node.
Definition at line 359 of file InterestingHits.java.
References org.sleuthkit.autopsy.datamodel.InterestingHits.artifactType, org.sleuthkit.autopsy.datamodel.Artifacts.UpdatableCountTypeNode.filteringDSObjId, and org::sleuthkit::datamodel::BlackboardArtifact.getDisplayName().
|
protected |
Definition at line 381 of file InterestingHits.java.
|
protectedinherited |
Fetches the count to be displayed from the case.
| skCase | The relevant SleuthkitCase. |
| TskCoreException |
Definition at line 497 of file Artifacts.java.
References org.sleuthkit.autopsy.datamodel.Artifacts.UpdatableCountTypeNode.filteringDSObjId.
|
protectedinherited |
Returns the count of artifacts associated with these type(s).
Definition at line 484 of file Artifacts.java.
References org.sleuthkit.autopsy.datamodel.Artifacts.UpdatableCountTypeNode.childCount.
|
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.InterestingHits.RootNode.getItemType | ( | ) |
For custom settings for each rule set, return getClass().getName() + setName instead.
Definition at line 401 of file InterestingHits.java.
| boolean org.sleuthkit.autopsy.datamodel.InterestingHits.RootNode.isLeafTypeNode | ( | ) |
Definition at line 376 of file InterestingHits.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.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.