Go to the documentation of this file.
19package org.sleuthkit.autopsy.directorytree;
21import java.util.Objects;
22import org.openide.nodes.Node;
23import org.openide.util.NbBundle;
24import org.sleuthkit.autopsy.casemodule.CasePreferences;
25import org.sleuthkit.autopsy.datamodel.DataSourceFilesNode;
26import org.sleuthkit.autopsy.datamodel.DataSourcesNode;
27import static org.sleuthkit.autopsy.directorytree.Bundle.*;
29@NbBundle.Messages({
"SelectionContext.dataSources=Data Sources",
30 "SelectionContext.dataSourceFiles=Data Source Files",
31 "SelectionContext.views=Views"})
34 VIEWS(SelectionContext_views()),
47 }
else if (name.equals(
VIEWS.getName())) {
66 if (n ==
null || n.getParentNode() ==
null) {
75 }
else if (n.getParentNode().getParentNode() ==
null) {
82 if (n.getParentNode().getParentNode().getParentNode() ==
null) {
static Boolean getGroupItemsInTreeByDataSource()
static String getNameIdentifier()
static String getNameIdentifier()
SelectionContext(String displayName)
static SelectionContext getContextFromName(String name)
static SelectionContext getSelectionContext(Node n)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.