Go to the documentation of this file.
19package org.sleuthkit.autopsy.allcasessearch;
22import org.openide.nodes.Children;
23import org.openide.nodes.Node;
24import org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance;
30class AllCasesSearchChildren
extends Children.Keys<CorrelationAttributeInstance> {
38 AllCasesSearchChildren(
boolean lazy, List<CorrelationAttributeInstance> instances) {
40 this.setKeys(instances);
44 protected Node[] createNodes(CorrelationAttributeInstance t) {
45 Node[] node =
new Node[1];
46 node[0] =
new CorrelationAttributeInstanceNode(t);
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.