Autopsy
4.7.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 () | |
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 () |
Private Member Functions | |
void | init () |
Nodes for the images
Definition at line 40 of file DataSourcesNode.java.
org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNode | ( | List< Content > | images | ) |
Definition at line 46 of file DataSourcesNode.java.
References org.sleuthkit.autopsy.datamodel.DataSourcesNode.init().
org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNode | ( | ) |
Definition at line 51 of file DataSourcesNode.java.
References org.sleuthkit.autopsy.datamodel.DataSourcesNode.init().
|
protected |
Definition at line 135 of file DataSourcesNode.java.
|
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 63 of file DataSourcesNode.java.
|
private |
Definition at line 56 of file DataSourcesNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNode().
boolean org.sleuthkit.autopsy.datamodel.DataSourcesNode.isLeafTypeNode | ( | ) |
Definition at line 125 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().
|
static |
Definition at line 42 of file DataSourcesNode.java.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.actionPerformed(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.refreshDataSourceTree().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.