Go to the documentation of this file.
19package org.sleuthkit.autopsy.allcasessearch;
22import org.openide.nodes.AbstractNode;
23import org.openide.util.NbBundle.Messages;
24import org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance;
29class AllCasesSearchNode
extends AbstractNode {
36 AllCasesSearchNode(List<CorrelationAttributeInstance> keys) {
37 super(
new AllCasesSearchChildren(
true, keys));
41 "AllCasesSearchNode.getName.text=Other Cases Search"
44 public String getName() {
45 return Bundle.AllCasesSearchNode_getName_text();
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.