Go to the documentation of this file.
19package org.sleuthkit.autopsy.datamodel;
21import org.openide.nodes.Sheet;
22import org.openide.util.NbBundle;
23import org.sleuthkit.datamodel.AbstractFile;
31public abstract class AbstractFsContentNode<T
extends AbstractFile> extends AbstractAbstractFileNode<T> {
36 AbstractFsContentNode(T fsContent) {
37 this(fsContent,
true);
51 this.setDisplayName(getContentDisplayName(
content));
60 @NbBundle.Messages(
"AbstractFsContentNode.noDesc.text=no description")
62 Sheet sheet = super.createSheet();
63 Sheet.Set sheetSet = sheet.get(Sheet.PROPERTIES);
boolean directoryBrowseMode
boolean getDirectoryBrowseMode()
static final String HIDE_PARENT
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.