Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode.
Classes | |
class | DataSourcesNodeChildren |
Public Member Functions | |
DataSourcesNode (List< Content > images) | |
DataSourcesNode () | |
DataSourcesNode (long dsObjId) | |
NodeSelectionInfo | getChildNodeSelectionInfo () |
String | getItemType () |
boolean | isLeafTypeNode () |
void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
Static Public Attributes | |
static final String | NAME = NbBundle.getMessage(DataSourcesNode.class, "DataSourcesNode.name") |
Protected Member Functions | |
Sheet | createSheet () |
Static Protected Member Functions | |
static AbstractFile | findLinked (BlackboardArtifact artifact) throws TskCoreException |
Private Member Functions | |
void | init () |
Private Attributes | |
final String | displayName |
Nodes for the images
Definition at line 44 of file DataSourcesNode.java.
org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNode | ( | List< Content > | images | ) |
Definition at line 51 of file DataSourcesNode.java.
org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNode | ( | ) |
Definition at line 55 of file DataSourcesNode.java.
org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNode | ( | long | dsObjId | ) |
Definition at line 59 of file DataSourcesNode.java.
References org.sleuthkit.autopsy.datamodel.DataSourcesNode.init(), and org.sleuthkit.autopsy.datamodel.DataSourcesNode.NAME.
|
protected |
Definition at line 157 of file DataSourcesNode.java.
|
staticprotectedinherited |
Gets the file, if any, linked to an artifact via a TSK_PATH_ID attribute
artifact | The artifact. |
TskCoreException |
Definition at line 54 of file DisplayableItemNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getActions(), and org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions().
|
inherited |
Gets information about which child node of this node, if any, should be selected.
Definition at line 141 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
String org.sleuthkit.autopsy.datamodel.DataSourcesNode.getItemType | ( | ) |
Definition at line 72 of file DataSourcesNode.java.
|
private |
Definition at line 65 of file DataSourcesNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNode().
boolean org.sleuthkit.autopsy.datamodel.DataSourcesNode.isLeafTypeNode | ( | ) |
Definition at line 147 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 130 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.actionPerformed(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
private |
Definition at line 47 of file DataSourcesNode.java.
|
static |
Definition at line 46 of file DataSourcesNode.java.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.actionPerformed(), and org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNode().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.