mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-09 14:49:32 +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
|
// 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()));
|
ss.put(new NodeProperty("Name", "Name", "n/a", thing.getName()));
|
||||||
|
|
||||||
for (Map.Entry<String, Object> entry : thing.getMap().entrySet()) {
|
for (Map.Entry<String, Object> entry : thing.getMap().entrySet()) {
|
||||||
|
@ -30,7 +30,7 @@ import org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent;
|
|||||||
import org.sleuthkit.autopsy.filesearch.FileSearchTopComponent;
|
import org.sleuthkit.autopsy.filesearch.FileSearchTopComponent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Menu item lists DataResult tabs.w
|
* Menu item lists DataResult tabs.
|
||||||
*/
|
*/
|
||||||
public class SearchResultMenu extends JMenuItem implements DynamicMenuContent {
|
public class SearchResultMenu extends JMenuItem implements DynamicMenuContent {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user