mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Misc. trivia
This commit is contained in:
parent
be10a4bb41
commit
25673930f3
@ -26,7 +26,7 @@ public class KeyValueNode extends AbstractNode {
|
||||
}
|
||||
|
||||
// table view drops first column of properties under assumption
|
||||
// that it contains the node's property
|
||||
// that it contains the node's name
|
||||
ss.put(new NodeProperty("Name", "Name", "n/a", thing.getName()));
|
||||
|
||||
for (Map.Entry<String, Object> entry : thing.getMap().entrySet()) {
|
||||
|
@ -338,4 +338,4 @@ public final class FileSearchTopComponent extends TopComponent implements DataEx
|
||||
public TopComponent getTopComponent() {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
@ -30,7 +30,7 @@ import org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent;
|
||||
import org.sleuthkit.autopsy.filesearch.FileSearchTopComponent;
|
||||
|
||||
/**
|
||||
* Menu item lists DataResult tabs.w
|
||||
* Menu item lists DataResult tabs.
|
||||
*/
|
||||
public class SearchResultMenu extends JMenuItem implements DynamicMenuContent {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user