Go to the documentation of this file.
19package org.sleuthkit.autopsy.filesearch;
22import org.openide.nodes.AbstractNode;
23import org.openide.util.NbBundle;
24import org.sleuthkit.datamodel.AbstractFile;
30class SearchNode
extends AbstractNode {
32 SearchNode(List<AbstractFile> keys) {
33 super(
new SearchChildren(
true, keys));
36 @NbBundle.Messages({
"SearchNode.getName.text=Search Result"})
38 public String getName() {
39 return NbBundle.getMessage(this.getClass(),
"SearchNode.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.